Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | [tests] properly skip not implemented tests, do not raise | Kali Kaneko | |
2015-08-03 | [tests] Skipped tests that were not implemented | Bruno Wagner | |
Functionality that is not implemented should not fail, instead it should be skipped until it is implemented. Added a return to test_imap_store_fetch setup to make sure the deferred is being handled | |||
2015-03-30 | [bug] re-add fix for multiple headers | Kali Kaneko | |
This fix stores as multi-line headers that are repeated, and that were being discarded when storing them in a regular dict. It had been removed during the last refactor. I also store headers now as a case-insensitive dict, which solves other problems with the implementation of the twisted imap. Releases: 0.4.0 | |||
2015-03-03 | fix rename_mailbox implementation, make test pass | Kali Kaneko | |
2015-03-03 | fix MessageTestCase: keep ref to inserted mbox uuid | Kali Kaneko | |
2015-03-03 | fix delete_msg test | Kali Kaneko | |
bug: delete_msg was still passing the mbox_name instead of the mbox_uuid as it should. | |||
2015-02-11 | update mail/imap tests | Kali Kaneko | |
2015-02-11 | tests for mail.mail module: Account | Kali Kaneko | |
2015-02-11 | tests for mail.mail module: MessageCollection | Kali Kaneko | |
2015-02-11 | tests for mail.mail module: Message | Kali Kaneko | |
2015-02-11 | MessageCollections + MailboxIndexer | Kali Kaneko | |