-
```
Implemented a IMAPNtlmAuthHandler class for using NTML with IMAP.
Example:
from imaplib import IMAP4
from ntlm.IMAPNtlmAuthHandler import IMAPNtlmAuthHandler
imap = IMAP4("my.imap.server")
imap…
-
When I receive a new email in my work email, the ‘mail’ event doesn't fire. It's the same when I use my private email.
Sometimes, when I rerun the program it may work but most of the time it doesn't…
-
`CramMD5ClientAuthenticator` is documented here:
https://twistedmatrix.com/documents/19.10.0/api/twisted.mail._cred.CramMD5ClientAuthenticator.html
except that should be a private API.
It's r…
-
#### General informations
- system/distribution (with version): OpenSuSE Tumbleweed
- offlineimap version (`offlineimap -V`): offlineimap v7.3.4, imaplib2 v2.101 (bundled), Python v3.10.5, OpenSS…
-
_daniel@…_ originally submitted this as _[ticket:481](https://trac.calendarserver.org/ticket/481)_
---
The combination of these allow the creation of e.g. web interfaces that connect to other servic…
-
Rather than just using imap4Client.sendLine("blah IDLE"), I'm trying to implement the IDLE properly. But there's a problem according to RFC 2177, in response to imap client sending IDLE command, imap…
-
Needed to work with an old exchange mail server. The `ID` command reports: `("name" "Microsoft.Exchange.Imap4.Imap4Server" "version" "15.0")` which according to [this microsoft document](https://learn…
hoffi updated
10 months ago
-
|[](https://github.com/markrwilliams)| @markrwilliams reported|
|-|-|
|Trac ID|trac#9201|
|Type|enhancement|
|Created|2017-06-30 07:32:48Z|
[SEARCH requests](https://tools.ietf.org/html/rfc3501#secti…
-
|| jjyao reported|
|-|-|
|Trac ID|trac#6675|
|Type|defect|
|Created|2013-08-09 06:20:06Z|
parseNestedParens method inside imap4.Command.finish may raise imap4.MismatchedNesting exception. But finish …
-
Using docker image with config with SSL set to true and the correct port get the following:
```
account1/__ALL__ (on imap.host)
Traceback (most recent call last):
File "/opt/bin/imapbox.py", lin…