summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp/gateway.py
AgeCommit message (Collapse)Author
2016-04-07[feature] use same token for imap/stmp authenticationKali Kaneko
This greatly simplifies the handling of the password in the thunderbird extension. Related: #6041
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
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-06-18[doc] update smtp gateway doc on message encryptiondrebs
Closes: #7169.
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-02-11Add public key as attachmentRuben Pollan
2015-02-11Fix SMTP async testsRuben Pollan
2015-02-11fix typoKali Kaneko
2015-02-11make outgoing a new submoduleKali Kaneko
2015-02-11New keymanager async APIRuben Pollan
2014-11-17Moving encrypt, sign and send logic from gateway (SMTP) to a MailServiceDuda Dornelles
2014-09-09return the deferred from sendMessageKali Kaneko
in this way we allow to add more callbacks to the chain.
2014-01-21Restrict adding outgoing footer to text/plain messages.drebs
2013-12-19Stop providing hostname for helo in smtp gateway (#4335).drebs
2013-12-17Footer url shouldn't end in period.Ivan Alejandro
[Closes #4791]
2013-11-21Add the preference parameter to openpgp header. Closes #3878.drebs
2013-11-21Add a footer to outgoing messages that point to where sender keys can be ↵drebs
feched. Closes #4526.
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-11refactor callbacks so we properly catch remote errorsKali Kaneko
2013-11-11add a fqdn as the local domain, alwaysKali Kaneko
2013-11-11Change SMTP "relay" to "gateway".drebs