summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap
AgeCommit message (Expand)Author
2014-01-08move utility to its ownKali Kaneko
2014-01-08tests infrastructure for multipartKali Kaneko
2014-01-08fix tests after rewriteKali 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-26Split the near-2k loc file into more handy modules.Kali Kaneko
2013-12-26inlineCallbacks all the things!Kali Kaneko
2013-12-26Move flags and other metadata to a separate doc.Kali Kaneko
2013-12-26defer costly operationsKali Kaneko
2013-12-24Fix parsing of IMAP folder names (#4830).drebs
2013-12-20Limit the size of the returned messages from IMAP to MUA to 100Tomás Touceda
2013-12-20fix wrong object callKali Kaneko
2013-12-20Merge remote-tracking branch 'refs/remotes/kali/bug/use-soledad-writer-for-up...Tomás Touceda
2013-12-20safety catch against wrong last_uidKali Kaneko
2013-12-20use soledad_writer for puts alsoKali Kaneko
2013-12-19Only try to fetch keys for multipart signed or encrypted messages when fetchi...drebs
2013-12-19deferToThread unsetting recent flagKali Kaneko
2013-12-18memoize the special methodKali Kaneko
2013-12-13count_foo uses expanded u1db count method.Kali Kaneko
2013-12-11consume messages eagerlyKali Kaneko
2013-12-10make exceptions fail the test.Kali Kaneko
2013-12-10pep8Kali Kaneko
2013-12-06pep8 cleanupKali Kaneko
2013-11-28use messageproducer to write messages to soledadKali Kaneko
2013-11-26fix adding msg with empty flagsKali Kaneko
2013-11-26Fix fetch iteration on empty folderKali Kaneko
2013-11-26reduce polling time to one minuteKali 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-12check username on imap authenticationKali Kaneko
2013-11-12Remove 'multipart/encrypted' header after decrypting incoming mail. Closes #4...drebs
2013-11-11remove printKali Kaneko
2013-11-07Cleanup code and fix tests.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-30Return port and factory from the imap launch methodTomás Touceda
2013-10-23pep8 fix: line too long.Ivan Alejandro
2013-10-23Remove commented imports.Ivan Alejandro
2013-10-23Use correct encoding and data type in mails.Ivan Alejandro
2013-10-23Add encoding exception catch to avoid crashes.Ivan Alejandro
2013-10-23Move charset parser to a utils module.Ivan Alejandro
2013-10-21Default to UTF-8 when there is not charset parsed from the mail contentsTomás Touceda
2013-10-17Do not log mail docs contentTomás Touceda
2013-10-09Make IMAP decryption RFC 3156 compliant.drebs
2013-10-03Improve charset handling for emailTomás Touceda
2013-09-20remove logging that shows cleartext messageKali Kaneko
2013-09-03Make mail services bind to 127.0.0.1 instead of 0.0.0.0Kali Kaneko
2013-09-02Send UNREAD event to UI when flag changes.Kali Kaneko