Age | Commit message (Collapse) | Author |
|
|
|
- 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
|
|
|
|
|
|
- Issue #249
- Fixed all tests with that rely on sendmail deferred.
|
|
|
|
If we were using twisted 12.3.0, this change would allow us to run the
tests with 'trial -j <number of tests to run in parallel>'. In a simple
test in my box the integration test suite got 3x faster
|
|
|
|
with len==0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
saved) simply ignore the attempt
|