summaryrefslogtreecommitdiff
path: root/src/leap/mail/outgoing
AgeCommit message (Collapse)Author
2016-03-30[feature] SMTP delivery bouncesKali Kaneko
We catch any error on SMTP delivery and format it as a bounce message delivered to the user Inbox. this doesn't comply with the bounce format, but it's a nice first start. leaving proper structuring of the delivery failure report for future iterations. - Resolves: #7263
2016-02-29[feat] use fingerprint instead of key_id to address keysRuben Pollan
2016-02-28[bug] Use the right succeed function for passthrough encrypted emailRuben Pollan
- Resolves #7861
2015-12-21[tests] make tests use dummy authenticationKali Kaneko
2015-12-18[feat] cred authentication for SMTP serviceKali Kaneko
2015-12-15[feat] credentials handling: use twisted.credKali Kaneko
2015-11-30[feat] make events multi-user awareKali Kaneko
- Resolves: #7656 - Releases: 0.4.1
2015-09-23[refactor] avoid circular import due to rfc3156Kali Kaneko
2015-09-22[style] fix pep8 warningsFolker Bernitt
2015-09-16[feat] use async events apiKali Kaneko
in this way, we're using twisted reactor instead of having another thread with zmq's own copy of tornado ioloop. Resolves: #7274
2015-06-18[style] pep8 and unused imports cleanupdrebs
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-02-20fix broken multipart attachment renderingKali Kaneko
2015-02-11Attach key for addresses without known keyRuben Pollan
This seems to fix the problem with some headers dissapearing (#6692)
2015-02-11Add public key as attachmentRuben Pollan
2015-02-11Remove footerRuben Pollan
2015-02-11make outgoing a new submoduleKali Kaneko