Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | Migrate ImapAccount to Account | Tulio 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-24 | Recreate session on soledad problems | Folker Bernitt | |
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login | |||
2016-02-23 | Only do initial sync on session creation | Folker Bernitt | |
- Issue #615 - Fixed some long broken but not failing tests | |||
2016-02-09 | Close account on session close | Folker Bernitt | |
- Issue #586 | |||
2016-02-08 | mocking register/unregister key generation event, on close | NavaL | |
- fixing build Issue #586 | |||
2016-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-02-01 | Fix unit tests | Giovane | |
2016-01-29 | Fix: Only act on generated keys for current user | Folker Bernitt | |
- Issue #587 | |||
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner | |
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher | |||
2015-09-16 | Fixed duplicate document error on reruns #458 | Bruno Wagner | |
Setting up the incoming mail fetcher checked for an INBOX before the first sync, that created an INBOX on every new machine and when you removed the leap folder. We moved that right after the initial sync, along the generation of the OpenPGP keys and adapted the tests | |||
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Added some calls to super for tests based on test_abstract_leap.py. | Folker Bernitt | |
2015-08-11 | fix test_session | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-09 | Removed triplicated code to concatenate user mail | Victor Shyba | |
2015-05-04 | update tests | rafael lisboa | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |