summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Expand)Author
2013-12-05add with_venvwrapper scriptKali Kaneko
2013-11-28add changes fileKali Kaneko
2013-11-28use messageproducer to write messages to soledadKali Kaneko
2013-11-28add message producer and consumerKali 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-25Fix smtp tests to accept deferred and new param encoding.drebs
2013-11-21Add the preference parameter to openpgp header. Closes #3878.drebs
2013-11-21Add a header that reflects the validity of incoming signatures. Closes #4354.drebs
2013-11-21Add a footer to outgoing messages that point to where sender keys can be fech...drebs
2013-11-15Fold in changesTomás Touceda
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-11Correcly handle message headers when gatewaying. Closes #4322 and #4447.drebs
2013-11-11use deferToThread in the sendMail. Closes: #3937Kali Kaneko
2013-11-11add changesKali Kaneko
2013-11-11refactor callbacks so we properly catch remote errorsKali Kaneko
2013-11-11add a fqdn as the local domain, alwaysKali Kaneko
2013-11-11remove printKali Kaneko
2013-11-11Change SMTP "relay" to "gateway".drebs
2013-11-07Cleanup code and fix tests.drebs
2013-11-07Do not encrypt already encrypted mails in SMTP relay.drebs
2013-11-07Reject senders if they aren't the logged in userTomás Touceda
2013-11-07Merge remote-tracking branch 'kali/bug/4394_update_pkey' into developTomás Touceda
2013-11-06add missing zope.interface depKali Kaneko
2013-11-06Make the pkey a propertyKali Kaneko
2013-11-05add README.rst to manifestKali Kaneko
2013-11-01Fold in changesTomás Touceda
2013-11-01Update requirementsTomás Touceda
2013-11-01notify MUA of new mail as it gets added to mailboxKali Kaneko
2013-10-31Merge remote-tracking branch 'chiiph/bug/refactor_version_compat' into developIvan Alejandro
2013-10-31Add version compat lineTomás Touceda
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-30add freeze_debianver_commandKali Kaneko
2013-10-24Implement TLS wrapper mode.drebs
2013-10-24Fix tests according to rfc 3156.drebs
2013-10-23Add changelog file for #4000.Ivan Alejandro
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-18Fold in changes and update dependenciesTomás Touceda
2013-10-17Do not log mail docs contentTomás Touceda
2013-10-10catch unhandled exception and show backtraceKali Kaneko