summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_mailbox_indexer_listener.py
AgeCommit message (Collapse)Author
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-02-02Don't load attachments when just listing mailsFolker Bernitt
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-31Ensure MailboxIndexerListener does not let exceptions escape.Folker Bernitt
- Issue #445
2015-08-24[bug] adapt MailboxIndexer to mail_storeVictor Shyba
-- Issue #439
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles