summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp/tests
AgeCommit message (Collapse)Author
2015-12-21[tests] make tests use dummy authenticationKali Kaneko
2015-02-11Fix SMTP async testsRuben Pollan
2015-02-11New keymanager async APIRuben Pollan
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-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
2013-12-20Fix tests and bug introduced in 541bd8aec1f67834c42bc2e5df14c1f73c569082.drebs
2013-12-06pep8 cleanupKali Kaneko
2013-11-25Fix smtp tests to accept deferred and new param encoding.drebs
2013-11-11Change SMTP "relay" to "gateway".drebs
2013-11-07Cleanup code and fix tests.drebs
2013-10-24Implement TLS wrapper mode.drebs
2013-10-24Fix tests according to rfc 3156.drebs
Also fix test suite loading.
2013-08-21Update to new soledad package scheme.drebs
2013-08-08Update use of keymanager API.drebs
2013-07-22Adapt smtp relay to latest soledad and keymanager.drebs
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