diff options
author | drebs <drebs@leap.se> | 2013-05-06 19:31:56 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-11 17:01:04 -0300 |
commit | 98bb3f2cd3bf007041265583af95845264d7e189 (patch) | |
tree | ed66f71aa46a07bb94b90fdb74816e557b0773c0 /mail/pkg | |
parent | b17d57d763e2d206e6dcff7b3e245b3dc6b480c4 (diff) |
Adapt smtp-relay to use leap.common.keymanager
* 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.
Diffstat (limited to 'mail/pkg')
-rw-r--r-- | mail/pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pkg/requirements.pip b/mail/pkg/requirements.pip index 1b5e5efe..5f4e7ef0 100644 --- a/mail/pkg/requirements.pip +++ b/mail/pkg/requirements.pip @@ -1,3 +1,3 @@ -leap.common +leap.common>=0.2.3-dev leap.soledad twisted |