Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
delete, functional tests are still broken, investigating...
|
|
|
|
Now the search works with the decoded body too,
instead of only with the raw mail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deleting marking recent flags for all mailboxes
|