summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/fetch.py
AgeCommit message (Expand)Author
2014-01-31properly implement deferreds in several commandsKali Kaneko
2014-01-17Fix encodings usage, use custom json.loads method.Ivan Alejandro
2014-01-08Second stage of the new year's storage rewrite.Kali Kaneko
2014-01-08add documentation to the decorator, fix errorback.Kali Kaneko
2014-01-08First stage of the storage schema rewrite.Kali Kaneko
2013-12-26inlineCallbacks all the things!Kali Kaneko
2013-12-19Only try to fetch keys for multipart signed or encrypted messages when fetchi...drebs
2013-12-18memoize the special methodKali Kaneko
2013-12-10pep8Kali Kaneko
2013-11-28use messageproducer to write messages to soledadKali Kaneko
2013-11-25Fail gracefully when failing to decrypt incoming messages. Closes #4589.drebs
2013-11-21Add a header that reflects the validity of incoming signatures. Closes #4354.drebs
2013-11-13fix mail UID indexing for non-sequential uidsKali Kaneko
2013-11-12Remove 'multipart/encrypted' header after decrypting incoming mail. Closes #4...drebs
2013-11-06Make the pkey a propertyKali Kaneko
2013-11-01notify MUA of new mail as it gets added to mailboxKali Kaneko
2013-10-31Refactor out get_email_charset to leap.commonTomás Touceda
2013-10-23Use correct encoding and data type in mails.Ivan Alejandro
2013-10-17Do not log mail docs contentTomás Touceda
2013-10-09Make IMAP decryption RFC 3156 compliant.drebs
2013-09-20remove logging that shows cleartext messageKali Kaneko
2013-09-02Signal unread message when msg saved locally.Kali Kaneko
2013-08-23refactor imap fetchKali Kaneko
2013-08-22Merge remote-tracking branch 'kali/feature/3409_make_imap_fetch_period_config...Tomás Touceda
2013-08-21Make a sensible default for incoming mail fetch period.Kali Kaneko
2013-08-21Merge remote-tracking branch 'drebs/feature/3487-split-soledad-into-common-cl...Tomás Touceda
2013-08-21Update to new soledad package scheme.drebs
2013-08-20Merge remote-tracking branch 'chiiph/bug/various_fixes' into developKali Kaneko
2013-08-20Merge branch 'develop' of ssh://leap.se/leap_mail into developKali Kaneko
2013-08-19Signal string content instead of bool or intTomás Touceda
2013-08-19Signal unread emailTomás Touceda
2013-08-16add imap eventsKali Kaneko
2013-08-13Ignore empty emailsTomás Touceda
2013-08-08Decrypt double encrypted mailTomás Touceda
2013-08-08Merge remote-tracking branch 'drebs/feature/3397-keymanager-should-support-bu...Tomás Touceda
2013-08-08Update use of keymanager API.drebs
2013-08-08Fix incoming processing mail.Kali Kaneko
2013-08-07catch exception if tried to stop not running loopKali Kaneko
2013-08-06refactor recurring fetchKali Kaneko
2013-08-05use the right import pathKali Kaneko
2013-07-22Adapt IMAP to latest Soledad api.drebs
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-21use the same soledad instanceKali Kaneko
2013-05-21cleanup and complete docsKali Kaneko
2013-05-17Functional SoledadBackedAccount and LeapMailboxesKali Kaneko