summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp
AgeCommit message (Collapse)Author
2016-04-15[bug] Adds user_id to AccountCaio Carrara
Previously Account used user id from the store, but this attribute is optional and None by default. This caused the collection_mapping to be unable to distinct between multiple users message collections. This chance adds a non optional user_id attribute to Account and use it to index the collection_mapping. - Resolves: https://github.com/pixelated/pixelated-user-agent/issues/674 - Releases: 0.4.0
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[feat] disable local-only bind on docker containerIvan Alejandro
- Related: #7471
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-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
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-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
in this way we allow to add more callbacks to the chain.
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 ↵Bruno Wagner Goncalves
format instead
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
[Closes #4791]
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 ↵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
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
Also fix test suite loading.
2013-10-10catch unhandled exception and show backtraceKali Kaneko
2013-10-09Make SMTP relay RFC 3156 compliant.drebs