Age | Commit message (Expand) | Author |
2015-03-03 | cast generator to list; change expected after rename | 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 | [bug] increment: avoid TypeError when there's no entries in table | Kali Kaneko |
2015-03-03 | fix MessageTestCase: keep ref to inserted mbox uuid | Kali Kaneko |
2015-03-03 | fix delete_msg test | Kali Kaneko |
2015-03-03 | properly catch TypeError exception | 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 typo on method name | Kali Kaneko |
2015-02-20 | notify MUA on closing connection | Kali Kaneko |
2015-02-20 | fix broken multipart attachment rendering | Kali Kaneko |
2015-02-20 | change environment variable for mail config | Kali Kaneko |
2015-02-18 | Use MessageCollection instead of IMAPMailbox in IncomingMail | Ruben Pollan |
2015-02-18 | Add callbacks to inbox insertions | Ruben Pollan |
2015-02-11 | Fix incoming email decryption problems | Ruben Pollan |
2015-02-11 | Attach key for addresses without known key | Ruben Pollan |
2015-02-11 | Add public key as attachment | Ruben Pollan |
2015-02-11 | If not signature don't fail | Ruben Pollan |
2015-02-11 | Remove footer | Ruben Pollan |
2015-02-11 | append/copy performance improvement | Kali Kaneko |
2015-02-11 | ignore revisionconflicts on puts. | Kali Kaneko |
2015-02-11 | implement copy interface | Kali Kaneko |
2015-02-11 | rename lingering , that is ambiguous | Kali Kaneko |
2015-02-11 | return empty string if we couldn't find body | Kali Kaneko |
2015-02-11 | allow text/html for bodies | Kali Kaneko |
2015-02-11 | save drafts: search by msg-id | Kali Kaneko |
2015-02-11 | fix initialization of cdocs | Kali Kaneko |
2015-02-11 | Fix SMTP async tests | Ruben Pollan |
2015-02-11 | Fix recent/unseen notifications | Kali Kaneko |
2015-02-11 | add TODO to the adaptor interface | Kali Kaneko |
2015-02-11 | re-add support for basic multipart messages | Kali Kaneko |
2015-02-11 | fix typo | Kali Kaneko |
2015-02-11 | lots of little fixes after meskio's review | Kali Kaneko |
2015-02-11 | rename confusing attribute for account | 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 | bug: fix empty definition; remove threading use | Kali Kaneko |
2015-02-11 | tests: add link related to trial block with sync | Kali Kaneko |
2015-02-11 | return the deferred from the incoming.startService() call | 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 | patch cbSelect to accept deferreds for count* | Kali Kaneko |
2015-02-11 | Complete IMAP implementation, update tests | Kali Kaneko |
2015-02-11 | Use mailbox uuids | 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 | cleanup imap implementation | Kali Kaneko |