summaryrefslogtreecommitdiff
path: root/src/leap/mail/mail.py
AgeCommit message (Collapse)Author
2015-01-28append/copy performance improvementKali Kaneko
2015-01-28implement copy interfaceKali Kaneko
2015-01-27return empty string if we couldn't find bodyKali Kaneko
so the server doesn't choke.
2015-01-26save drafts: search by msg-idKali Kaneko
2015-01-22Fix recent/unseen notificationsKali Kaneko
2015-01-22re-add support for basic multipart messagesKali Kaneko
2015-01-21lots of little fixes after meskio's reviewKali Kaneko
mostly having to do with poor, missing or outdated documentation, naming of confusing things and reordering of code blocks for improved readability.
2015-01-21imap: implement setting of message flagsKali Kaneko
2015-01-21imap: complete FETCH implementationKali Kaneko
2015-01-21update mail/imap testsKali Kaneko
2015-01-21Refactor fetch into leap.mail.incoming IServiceRuben Pollan
2015-01-21Complete IMAP implementation, update testsKali Kaneko
2015-01-21Use mailbox uuidsKali 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-01-21tests for mail.mail module: AccountKali Kaneko
2015-01-21tests for mail.mail module: MessageCollectionKali Kaneko
2015-01-21tests for mail.mail module: MessageKali Kaneko
2015-01-21cleanup imap implementationKali Kaneko
2015-01-21MessageCollections + MailboxIndexerKali Kaneko
2015-01-21Serializable Models + Soledad AdaptorKali Kaneko