summaryrefslogtreecommitdiff
path: root/service/test/integration/test_incoming_mail.py
AgeCommit message (Collapse)Author
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-04-04Migrate ImapAccount to AccountTulio Casagrande
Migrate all usage of leap.ImapAccount to leap.Account We had to adapt some calls because of signature changes and, because we need the Account to be initialized before moving on, we are directly using the deferred initialization that the account has See: https://github.com/leapcode/leap_mail/pull/228
2016-01-08Removed search engine from constant in IndexerBruno Wagner
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user.
2015-08-30[tests] reduce flakiness in test_incoming_mailVictor Shyba
It was adding messages with notify_just_mdoc set to True (default). leap.mail suggests that this flag is set to True for performance, but it is unsafe. I was getting a lot of false negatives on tests, now it is not flaky anymore. -- Issue #445
2015-08-27Cleaned up MailboxInboxListener.Folker Bernitt
- Issue #445
2015-08-27Added integration test for MailboxInboxListener.Folker Bernitt
- Issue #445