Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-11 | lots of little fixes after meskio's review | Kali Kaneko | |
mostly having to do with poor, missing or outdated documentation, naming of confusing things and reordering of code blocks for improved readability. | |||
2015-02-11 | rename confusing attribute for account | Kali Kaneko | |
2015-02-11 | Refactor fetch into leap.mail.incoming IService | Ruben Pollan | |
2015-02-11 | patch cbSelect to accept deferreds for count* | Kali Kaneko | |
2015-02-11 | Complete IMAP implementation, update tests | Kali Kaneko | |
2015-02-11 | cleanup imap implementation | Kali Kaneko | |
2015-02-11 | Serializable Models + Soledad Adaptor | Kali Kaneko | |
2015-02-11 | adapt to soledad 0.7 async API | Kali Kaneko | |
2014-09-09 | addMailbox shouldn't accept empty names since it makes it impossible to ↵ | Duda Dornelles | |
retrieve it later | |||
2014-09-03 | fix and migrate tests to trial | Kali Kaneko | |
We cannot use setUpClass when running tests with trial. But, after all, it's not *so* expensive to initialize a new soledad instance (since we'll be mostly using the memstore for the tests). | |||
2014-02-27 | rename all fdocs when folder is renamed | Kali Kaneko | |
2014-02-18 | catch soledad error while updating mbox doc | Kali Kaneko | |
2014-02-17 | profile select | Kali Kaneko | |
2014-02-17 | avoid hitting db on every select | Kali Kaneko | |
2014-02-17 | long-due update to unittests! | Kali Kaneko | |
So we're safe under the green lights before further rewriting. :) | |||
2014-01-30 | docstring fixes | Kali Kaneko | |
Also some fixes for None comparisons. | |||
2014-01-28 | memory store for append/fetch/copy | Kali Kaneko | |
2014-01-09 | Merge remote-tracking branch 'refs/remotes/ivan/feature/remove-unneded-code' ↵ | Tomás Touceda | |
into develop | |||
2014-01-09 | Remove unneded repr wrapper. | Ivan Alejandro | |
Also use pep8 recommended raise format: raise Exception("message") # instead of: raise Exception, "message" | |||
2014-01-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/4925_close_session' into ↵ | Tomás Touceda | |
develop | |||
2014-01-09 | Convert unicode to str when raising in IMAP server (#4830). | drebs | |
2014-01-08 | add a flag to be able to close the session | Kali Kaneko | |
2013-12-26 | Split the near-2k loc file into more handy modules. | Kali Kaneko | |
...aaaand not a single fuck was given that day! |