summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_mailbox_indexer_listener.py
AgeCommit message (Collapse)Author
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