Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | [bug] report the correct size for mime parts | Kali Kaneko | |
The MIME size is the size of the body, w/o counting the headers. Releases: 0.4.0 | |||
2015-03-05 | [bug] catch null doc_id error, and log it as such | Kali Kaneko | |
Catch null doc_id so that we don't interrupt server This bug needs further investigation Related: #6769 ? | |||
2015-03-05 | [feature] Keep mapping of collections | Kali Kaneko | |
it is a weakref dictionary so that the collections can be garbage collected when out of scope. Releases: 0.4.0 | |||
2015-03-03 | [bug] Fix testExpunge tests | Kali Kaneko | |
this test was failing randomly because we were returning the deferred before all the documents were saved into soledad store. changed also the delete_msg deferred chaining for better readability. Releases: 0.9.0 | |||
2015-03-03 | pass date explicitely, fix partial_append test | Kali Kaneko | |
it is interpreted as "tags" otherwise. | |||
2015-03-03 | fix rename_mailbox implementation, make test pass | 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-25 | undo duplication of add_msg method in mail api | Kali Kaneko | |
* Set the internal date from within the incoming mail service. | |||
2015-02-24 | move notifications cb to mail module | Kali Kaneko | |
2015-02-23 | factor out unicode formatting | Kali Kaneko | |
2015-02-20 | fix broken multipart attachment rendering | Kali Kaneko | |
2015-02-18 | Use MessageCollection instead of IMAPMailbox in IncomingMail | Ruben Pollan | |
2015-02-11 | append/copy performance improvement | Kali Kaneko | |
2015-02-11 | implement copy interface | Kali Kaneko | |
2015-02-11 | return empty string if we couldn't find body | Kali Kaneko | |
so the server doesn't choke. | |||
2015-02-11 | save drafts: search by msg-id | Kali Kaneko | |
2015-02-11 | Fix recent/unseen notifications | Kali Kaneko | |
2015-02-11 | re-add support for basic multipart messages | Kali Kaneko | |
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 | imap: implement setting of message flags | Kali Kaneko | |
2015-02-11 | imap: complete FETCH implementation | Kali Kaneko | |
2015-02-11 | update mail/imap tests | Kali Kaneko | |
2015-02-11 | Refactor fetch into leap.mail.incoming IService | Ruben Pollan | |
2015-02-11 | Complete IMAP implementation, update tests | Kali Kaneko | |
2015-02-11 | Use mailbox uuids | Kali Kaneko | |
The previous implementation is naive, since it imposes a burden when renaming mailboxes. We're using uuids in the local uid tables instead, which is more cryptic but way more efficient. * receive mbox uuid instead of name * use mailbox uuid in identifiers | |||
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 | cleanup imap implementation | Kali Kaneko | |
2015-02-11 | MessageCollections + MailboxIndexer | Kali Kaneko | |
2015-02-11 | Serializable Models + Soledad Adaptor | Kali Kaneko | |