summaryrefslogtreecommitdiff
path: root/src/leap/mail/smtp
AgeCommit message (Collapse)Author
2013-09-03Return SMTP factory so the client can stop it.Kali Kaneko
2013-08-21Merge remote-tracking branch 'kali/feature/add_debug_errors' into developTomás Touceda
2013-08-21Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop Conflicts: src/leap/mail/imap/fetch.py src/leap/mail/imap/server.py
2013-08-21Update to new soledad package scheme.drebs
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-13Fix docstrings and comments.drebs
2013-08-08Merge branch 'bug/check_str_or_unicode' into developdrebs
2013-08-08Update use of keymanager API.drebs
2013-08-08Check for str or unicode for the cert/key fieldsTomás Touceda
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