-
Hello guys
So I'm using nginx and ubuntu
I've installed rainlopp but when I try to login I give Unknown Error
This is my logs:
[05:43:00.360][b9f425d4] INFO[DATA]: [DATE:13.03.19][OFFSET:-00][RL…
-
**RainLoop version, browser, OS:**
Version 1.15.0, Browser: Chrome and Firefox
**problem:**
i have the problem, that i cant add my strato domain. error message is authentication failed but de pas…
-
Hello,
I'm experiencing the following 'problem': I installed a local Perl on my user account where I run MisterHouse on using perlbrew on OS X 10.8.4 because I don't want to interfere with and depend…
-
This is a meta-ticket to track support for IMAP capabilities. I'm also listing capabilities that are already supported by `Net::IMAP` as well as extensions that are obsolete or unsupported by IMAP ser…
-
I want to move message from folder INBOX to another folder, i am try follow code:
```
$client->connect();
//Get all Mailboxes
/** @var \Webklex\IMAP\Support\FolderCollection $folders */
$folders…
-
Are there any plans to support threaded or chat view of messages?
-
## CVE-2022-22576 - High Severity Vulnerability
Vulnerable Libraries - curlcurl-7_64_1, curlcurl-7_64_1
Vulnerability Details
An improper authentication vulnerability exists in curl 7.33…
-
## CVE-2023-27538 - Medium Severity Vulnerability
Vulnerable Library - curlcurl-7_64_1
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPH…
-
I've been following the steps in readme and the video tutorial. However, I'm unable to pass through successful ingestion of a docx file. It works fine with .pdf. Anything I need to look into?
This is…
-
I want to check for new emails and parse them every X seconds in Gmail.
To keep it connected all the time I have this:
```
var imap = new IMap(Config.Email);
imap.connect();
imap.on("ready"…