Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- Issue #420
|
|
|
|
|
|
|
|
- Fix for empty mails returned by leap_mail.
|
|
|
|
- Add message does not yet mail index
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed test_mailbox.py
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Startup works till all mails are queried
|
|
|
|
|
|
Use it instead of reapeating fdoc.content[flags]
|
|
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.
|