Age | Commit message (Collapse) | Author |
|
- Issue: #433
- Still missing: In JS, use encoding directly from the attachment
object, insted of headers. Then remove headers again (see failing unit
test)
|
|
|
|
|
|
|
|
|
|
- as long as each one has a unique message id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- intermediate state, some tests are broken
|
|
|
|
|
|
- provides instance to all integration tests
|
|
|
|
- test_contacts.py and test_commands.py
|
|
|
|
|
|
- Fix for empty mails returned by leap_mail.
|
|
|
|
- Add message does not yet mail index
|
|
|
|
|
|
|
|
|
|
- Fixed test_mailbox.py
|
|
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
-- Issue #334
|
|
|
|
|
|
|
|
empty, not an error
|
|
parseaddr
Also made some minor fixes based on pylint output
|
|
|
|
|
|
is posted
|
|
|