Age | Commit message (Expand) | Author |
2016-04-15 | [bug] Adds user_id to Account | Caio Carrara |
2016-03-24 | [bug] Fix unread mails notification | Kali Kaneko |
2016-03-24 | [bug] let the inbox used in IncomingMail notify any subscribed Mailbox | Kali Kaneko |
2015-09-23 | [refactor] avoid circular import due to rfc3156 | Kali Kaneko |
2015-09-23 | [bug] Make _collection_mapping a instance variable | Folker Bernitt |
2015-09-16 | [feat] use async events api | Kali Kaneko |
2015-07-21 | Fixed all the pep8 warnings in the code | Bruno Wagner |
2015-07-13 | [feature] add very basic support for message sequence numbers | Kali Kaneko |
2015-07-13 | [bug] do not raise if the pending insert cannot be removed | Kali Kaneko |
2015-07-13 | [bug] fix keyerror when inserting msg on pending_inserts dict | Kali Kaneko |
2015-07-13 | [bug] workaround for off-by-one error on nested multipart | Kali Kaneko |
2015-07-13 | [bug] fix the rendering of nested multipart | Kali Kaneko |
2015-07-03 | [bug] notify copied emails | Ruben Pollan |
2015-07-02 | [bug] return the message uid after add it to the collection | Ruben Pollan |
2015-06-29 | [bug] allow mailbox to be notified of collection changes | Kali Kaneko |
2015-06-25 | [bug] avoid duplication of copies in draft folder | Kali Kaneko |
2015-06-25 | [bug] saving message to drafts folder hangs | Kali Kaneko |
2015-06-22 | [bug] fixes for display attachments and move between folders0.4.0-alpha | Kali Kaneko |
2015-06-05 | [bug] prevent missing uid table exception | Kali Kaneko |
2015-06-05 | [refactor] move hooks to account | Kali Kaneko |
2015-06-05 | [feature] post-sync mail processing hooks | Kali Kaneko |
2015-05-14 | [feat] adapt to new events api on common | Ivan Alejandro |
2015-03-30 | [bug] fix early append notification | Kali Kaneko |
2015-03-30 | [bug] move creation_ts to mail generic api | Kali Kaneko |
2015-03-30 | [bug] re-add fix for multiple headers | Kali Kaneko |
2015-03-23 | [bug] report the correct size for mime parts | Kali Kaneko |
2015-03-05 | [bug] catch null doc_id error, and log it as such | Kali Kaneko |
2015-03-05 | [feature] Keep mapping of collections | Kali Kaneko |
2015-03-03 | [bug] Fix testExpunge tests | Kali Kaneko |
2015-03-03 | pass date explicitely, fix partial_append test | Kali Kaneko |
2015-03-03 | fix rename_mailbox implementation, make test pass | Kali Kaneko |
2015-03-03 | fix delete_msg test | Kali Kaneko |
2015-02-25 | undo duplication of add_msg method in mail api | Kali Kaneko |
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 |
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 |
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 |