-
Hi,
I anticipated that the following code would mark the processed messages as 'Seen' (read) in the server mailbox, but it doesn't seem to be doing that. Am I overlooking something? (I am utilizin…
-
This imap implementation is much easier to use than the one built into Python! Thank you for providing it.
The IMAP Wiki says that it is incorrect for imap clients to download an entire mailbox eve…
-
I'm trying to perform an [IMAP4 ID extension](https://datatracker.ietf.org/doc/html/rfc2971) command manually.
command and response sequence would be like this:
```
C: a2 ID NIL
S: * ID ("name" …
qsdgy updated
3 years ago
-
First, is JRuby supported? If so, we could use help with this error when we call
# connect on an object created as EM::IMAP.new 'imap.gmail.com', 993, true
ArgumentError: wrong number of arguments …
-
PHP IMAP version:
IMAP c-Client Version => 2007f
SSL Support => enabled
Kerberos Support => enabled
PHP Version: 5.6
Type of execution: cli
Get 163 is an error, the error message is: IMAP m…
-
hi,
thanks for this lib, i tried to read a mail body like this:
req3 = Eximap.Imap.Request.uid(["FETCH",14755,"(BODY[TEXT])"])
oo3 = Eximap.Imap.Client.execute(pid, req3) |> Map.from_struct()
…
-
the proxy option is not working. It total ignores the proxy and makes a direct request anyway:
$client = $cm->make([
'host' => 'imap.somehost.com',
'port' => 993,
'encryption' => 'ss…
-
Anwendungsfall:
• 1 handelsüblicher Dovecot-Server, IPv6-only
• 4 Mailclients, die gleichzeitig auf das selbe Postfach zugreifen (Thunderbird, Evolution, K-9 Mail und J-Lawyer)
Wenn ich in einem …
-
What is the default period for a sync?
Can you add a setting that controls the period?
-
**Describe the bug**
Trying to fetch the flags for a message causes the library to hang forever.
**Used config**
```
$cm = new ClientManager($options = []);
$client = $cm->make([
'host' …