summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp/__init__.py
AgeCommit message (Collapse)Author
2015-09-23[feat] disable local-only bind on docker containerIvan Alejandro
- Related: #7471
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-05-14[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-02-11make outgoing a new submoduleKali Kaneko
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
2013-12-06pep8 cleanupKali Kaneko
2013-11-11Change SMTP "relay" to "gateway".drebs
2013-11-07Cleanup code and fix tests.drebs
2013-11-07Reject senders if they aren't the logged in userTomás Touceda
2013-10-10catch unhandled exception and show backtraceKali Kaneko
2013-10-03Return smtp's Port to be able to stop listening to itTomás Touceda
2013-09-03Make mail services bind to 127.0.0.1 instead of 0.0.0.0Kali Kaneko
Closes: #3627
2013-09-03Return SMTP factory so the client can stop it.Kali Kaneko
2013-08-21Add errors in logger so we get them in client.Kali Kaneko
2013-08-20add import for cannotlistenerrorKali Kaneko
2013-08-14Make SMTP Relay emit signals.drebs
2013-08-02Add client certificate authenticationTomás Touceda
2013-07-22Adapt smtp relay to latest soledad and keymanager.drebs
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-11Make smtp-relay sign all outgoing message.drebs
* Update docstrings. * Remove prepareHeader and its bug. * Make smtp-relay always sign outgoing mail.
2013-05-11Adapt smtp-relay to use leap.common.keymanagerdrebs
* Add docstrings to smtp-relay classes. * Setup test suite. * Add setuptools-trial as dependency for tests. * Move smtp-relay tests to default test directory. * Add tests for smtp-relay. * Send of unencrypted mail depending on 'encrypted_only' param. * Malformed email address. * Add a helper function for smtp-relay. * Assert params for initializing SMTPFactory. * Use mail.util.parseaddr to parse email address. * Use email.message.Message to represent an email message in smtp-relay. * Make requirements effective and fix leap.common version in setup.py. * Add/remove dependencies in setup.py. * Fix Soledad instantiation in tests. * Fix sender address in smtp-relay. * Fix some comments regarding twisted's SSL and SMTP. * Remove authentication from smtp-relay when sending. This closes #2446.
2013-04-09Initial importKali Kaneko