Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Fix for empty mails returned by leap_mail.
|
|
|
|
|
|
- Add message does not yet mail index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed test_mailbox.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was used only to retrieve encryption key. This should be done by who
is using it.
|
|
|
|
That way we don't need extra logic for the welcome
mail, we just have to read the file and send the contents
to the input mail parser and that's it.
Also moved the logic of adding a welcome mail to the mailboxes
because it has knowledge of mailbox methods anyways.
|
|
This commit changes index writer to use AsyncWriter.
It should avoid locking on our code and speed up things for now.
|
|
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
- Issue #347
|
|
Altered lambda function to def in order to fix pep8 E371 errors
|
|
If so, we are able to put welcome mail on INBOX after checking it
-- Issue #334
|
|
-- Issue #334
|
|
|
|
- Issue #248
|
|
- Issue #248
|
|
|
|
|
|
- Issue #331
|
|
- Issue #330
|
|
- Bugfix
- Issues #313, #322
|
|
- Issue #312
|
|
|
|
parseaddr
Also made some minor fixes based on pylint output
|
|
|
|
|
|
|