summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp
AgeCommit message (Expand)Author
2016-04-15[bug] Adds user_id to AccountCaio Carrara
2016-04-07[feature] use same token for imap/stmp authenticationKali Kaneko
2016-03-30[feature] SMTP delivery bouncesKali Kaneko
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
2015-09-23[feat] disable local-only bind on docker containerIvan Alejandro
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
2015-07-21Updated pep8 and fixed import and line break warningsBruno Wagner
2015-06-18[style] pep8 and unused imports cleanupdrebs
2015-06-18[doc] update smtp gateway doc on message encryptiondrebs
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
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-25Move SMTP gateway str assertion to inside OutgoingMail.drebs
2014-11-17Moving encrypt, sign and send logic from gateway (SMTP) to a MailServiceDuda Dornelles
2014-10-13Get keys from OpenPGP email headerRuben Pollan
2014-09-09return the deferred from sendMessageKali Kaneko
2014-08-26remove unneeded importsKali Kaneko
2014-08-21Added fallback in case the gpg binary is not found on the PATHBruno Wagner Goncalves
2014-08-21Find the gpg binary on the system, even through symlinksBruno Wagner Goncalves
2014-08-21On the mac, the tempdir is not created at /tmp, so checking the tempdir forma...Bruno Wagner Goncalves
2014-01-23Handle upper and lowercase base64 encoded outgoing attachments.drebs
2014-01-21Restrict adding outgoing footer to text/plain messages.drebs
2014-01-21Prevent double base64 encoding of attachments when signing (#5014).drebs
2013-12-20Fix tests and bug introduced in 541bd8aec1f67834c42bc2e5df14c1f73c569082.drebs
2013-12-19Stop providing hostname for helo in smtp gateway (#4335).drebs
2013-12-17Footer url shouldn't end in period.Ivan Alejandro
2013-12-06pep8 cleanupKali Kaneko
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 footer to outgoing messages that point to where sender keys can be fech...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-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
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-10-24Implement TLS wrapper mode.drebs
2013-10-24Fix tests according to rfc 3156.drebs
2013-10-10catch unhandled exception and show backtraceKali Kaneko
2013-10-09Make SMTP relay RFC 3156 compliant.drebs