-
Hello all,
When I start the project, the container parsedmarc-1 don't start
When I go in the logs I see that :
```shell
2024-04-03 11:07:52 ERROR:cli.py:500:A file does not exist at /etc…
-
**Describe the incorrect behavior you saw**
The sendNegativeResponse method requires all parameters to be in byte[] instead of string. It'll thow an exception like this:
```
File ".venv/lib/…
-
|| biny reported|
|-|-|
|Trac ID|trac#3947|
|Type|defect|
|Created|2009-08-01 11:15:51Z|
Made test_imap.SimpleClient to log the received lines and ran test
twisted.mail.test.test_imap.NewFetchTestCa…
-
|| jgoerzen reported|
|-|-|
|Trac ID|trac#137|
|Type|enhancement|
|Created|2003-07-28 06:19:31Z|
Searchable metadata
```
trac-id__137 137
type__enhancement enhancement
reporter__jgoerzen jgoerzen
…
-
Sometimes I get a email I cannot FETCH from outlook.office365.com with imap and I have to delete it with Outlook or similar.
The email looks OK in Outlook. The email is written in Norwegian.
Has any…
-
```
Add support for RFC 2088, "IMAP4 non-synchronizing literals".
```
Original issue reported on code.google.com by `gambit47` on 28 Dec 2012 at 11:27
-
Specifically, it fails with:
AttributeError: module 'imaplib2' has no attribute 'IMAP4_SSL'
-
```
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…
-
```
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…