summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/listeners/mailbox_indexer_listener.py
AgeCommit message (Collapse)Author
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
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-27Added integration test for MailboxInboxListener.Folker Bernitt
- Issue #445
2015-08-25[refactor] remove mailbox referencesVictor Shyba
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440
2015-08-24[bug] adapt MailboxIndexer to mail_storeVictor Shyba
-- Issue #439
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2014-12-22refactoring package structureDuda Dornelles