summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-05[bug] catch null doc_id error, and log it as suchKali Kaneko
2015-03-05[feature] Keep mapping of collectionsKali Kaneko
2015-03-03[bug] Fix testExpunge testsKali Kaneko
2015-03-03[bug] Fix IllegalMailboxCreateKali Kaneko
2015-03-03[refactor] remove dead code in IMAP implementationKali Kaneko
2015-03-03cast generator to list; change expected after renameKali Kaneko
2015-03-03pass date explicitely, fix partial_append testKali Kaneko
2015-03-03fix rename_mailbox implementation, make test passKali Kaneko
2015-03-03[bug] increment: avoid TypeError when there's no entries in tableKali Kaneko
2015-03-03fix MessageTestCase: keep ref to inserted mbox uuidKali Kaneko
2015-03-03fix delete_msg testKali Kaneko
2015-03-03properly catch TypeError exceptionKali Kaneko
2015-02-25undo duplication of add_msg method in mail apiKali Kaneko
2015-02-24move notifications cb to mail moduleKali Kaneko
2015-02-23factor out unicode formattingKali Kaneko
2015-02-20fix typo on method nameKali Kaneko
2015-02-20notify MUA on closing connectionKali Kaneko
2015-02-20fix broken multipart attachment renderingKali Kaneko
2015-02-20change environment variable for mail configKali Kaneko
2015-02-18Use MessageCollection instead of IMAPMailbox in IncomingMailRuben Pollan
2015-02-18Add callbacks to inbox insertionsRuben Pollan
2015-02-11Fix incoming email decryption problemsRuben Pollan
2015-02-11Attach key for addresses without known keyRuben Pollan
2015-02-11Add public key as attachmentRuben Pollan
2015-02-11If not signature don't failRuben Pollan
2015-02-11Remove footerRuben Pollan
2015-02-11append/copy performance improvementKali Kaneko
2015-02-11ignore revisionconflicts on puts.Kali Kaneko
2015-02-11implement copy interfaceKali Kaneko
2015-02-11rename lingering , that is ambiguousKali Kaneko
2015-02-11return empty string if we couldn't find bodyKali Kaneko
2015-02-11allow text/html for bodiesKali Kaneko
2015-02-11save drafts: search by msg-idKali Kaneko
2015-02-11fix initialization of cdocsKali Kaneko
2015-02-11Fix SMTP async testsRuben Pollan
2015-02-11Fix recent/unseen notificationsKali Kaneko
2015-02-11add TODO to the adaptor interfaceKali Kaneko
2015-02-11re-add support for basic multipart messagesKali Kaneko
2015-02-11fix typoKali Kaneko
2015-02-11lots of little fixes after meskio's reviewKali Kaneko
2015-02-11rename confusing attribute for accountKali Kaneko
2015-02-11imap: implement setting of message flagsKali Kaneko
2015-02-11imap: complete FETCH implementationKali Kaneko
2015-02-11bug: fix empty definition; remove threading useKali Kaneko
2015-02-11tests: add link related to trial block with syncKali Kaneko
2015-02-11return the deferred from the incoming.startService() callKali Kaneko
2015-02-11update mail/imap testsKali Kaneko
2015-02-11Refactor fetch into leap.mail.incoming IServiceRuben Pollan
2015-02-11patch cbSelect to accept deferreds for count*Kali Kaneko
2015-02-11Complete IMAP implementation, update testsKali Kaneko