Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-11 | Fix SMTP async tests | Ruben Pollan | |
2015-02-11 | New keymanager async API | Ruben Pollan | |
2014-11-17 | Moving encrypt, sign and send logic from gateway (SMTP) to a MailService | Duda Dornelles | |
2014-10-13 | Get keys from OpenPGP email header | Ruben Pollan | |
2014-08-26 | remove unneeded imports | Kali Kaneko | |
2014-08-21 | Added fallback in case the gpg binary is not found on the PATH | Bruno Wagner Goncalves | |
2014-08-21 | Find the gpg binary on the system, even through symlinks | Bruno Wagner Goncalves | |
2014-08-21 | On the mac, the tempdir is not created at /tmp, so checking the tempdir ↵ | Bruno Wagner Goncalves | |
format instead | |||
2013-12-20 | Fix tests and bug introduced in 541bd8aec1f67834c42bc2e5df14c1f73c569082. | drebs | |
2013-12-06 | pep8 cleanup | Kali Kaneko | |
2013-11-25 | Fix smtp tests to accept deferred and new param encoding. | drebs | |
2013-11-11 | Change SMTP "relay" to "gateway". | drebs | |
2013-11-07 | Cleanup code and fix tests. | drebs | |
2013-10-24 | Implement TLS wrapper mode. | drebs | |
2013-10-24 | Fix tests according to rfc 3156. | drebs | |
Also fix test suite loading. | |||
2013-08-21 | Update to new soledad package scheme. | drebs | |
2013-08-08 | Update use of keymanager API. | drebs | |
2013-07-22 | Adapt smtp relay to latest soledad and keymanager. | drebs | |
2013-05-11 | Adapt smtp-relay to use leap.common.keymanager | drebs | |
* 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-09 | Initial import | Kali Kaneko | |