Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | Handle upper and lowercase base64 encoded outgoing attachments. | drebs | |
2014-01-21 | Restrict adding outgoing footer to text/plain messages. | drebs | |
2014-01-21 | Prevent double base64 encoding of attachments when signing (#5014). | drebs | |
2013-12-20 | Fix tests and bug introduced in 541bd8aec1f67834c42bc2e5df14c1f73c569082. | drebs | |
2013-12-19 | Stop providing hostname for helo in smtp gateway (#4335). | drebs | |
2013-12-17 | Footer url shouldn't end in period. | Ivan Alejandro | |
[Closes #4791] | |||
2013-12-06 | pep8 cleanup | Kali Kaneko | |
2013-11-25 | Fix smtp tests to accept deferred and new param encoding. | drebs | |
2013-11-21 | Add the preference parameter to openpgp header. Closes #3878. | drebs | |
2013-11-21 | Add a footer to outgoing messages that point to where sender keys can be ↵ | drebs | |
feched. Closes #4526. | |||
2013-11-11 | Correcly handle message headers when gatewaying. Closes #4322 and #4447. | drebs | |
2013-11-11 | use deferToThread in the sendMail. Closes: #3937 | Kali Kaneko | |
2013-11-11 | refactor callbacks so we properly catch remote errors | Kali Kaneko | |
2013-11-11 | add a fqdn as the local domain, always | Kali Kaneko | |
2013-11-11 | Change SMTP "relay" to "gateway". | drebs | |
2013-11-07 | Cleanup code and fix tests. | drebs | |
2013-11-07 | Do not encrypt already encrypted mails in SMTP relay. | drebs | |
2013-11-07 | Reject senders if they aren't the logged in user | Tomás Touceda | |
2013-10-24 | Implement TLS wrapper mode. | drebs | |
2013-10-24 | Fix tests according to rfc 3156. | drebs | |
Also fix test suite loading. | |||
2013-10-10 | catch unhandled exception and show backtrace | Kali Kaneko | |
2013-10-09 | Make SMTP relay RFC 3156 compliant. | drebs | |
2013-10-03 | Return smtp's Port to be able to stop listening to it | Tomás Touceda | |
2013-09-03 | Make mail services bind to 127.0.0.1 instead of 0.0.0.0 | Kali Kaneko | |
Closes: #3627 | |||
2013-09-03 | Return SMTP factory so the client can stop it. | Kali Kaneko | |
2013-08-21 | Merge remote-tracking branch 'kali/feature/add_debug_errors' into develop | Tomás Touceda | |
2013-08-21 | Merge 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-21 | Update to new soledad package scheme. | drebs | |
2013-08-21 | Add errors in logger so we get them in client. | Kali Kaneko | |
2013-08-20 | add import for cannotlistenerror | Kali Kaneko | |
2013-08-14 | Make SMTP Relay emit signals. | drebs | |
2013-08-13 | Fix docstrings and comments. | drebs | |
2013-08-08 | Merge branch 'bug/check_str_or_unicode' into develop | drebs | |
2013-08-08 | Update use of keymanager API. | drebs | |
2013-08-08 | Check for str or unicode for the cert/key fields | Tomás Touceda | |
2013-08-02 | Add client certificate authentication | Tomás Touceda | |
2013-07-22 | Adapt smtp relay to latest soledad and keymanager. | drebs | |
2013-05-23 | provide a initialization entrypoint for client use | Kali Kaneko | |
2013-05-11 | Make smtp-relay sign all outgoing message. | drebs | |
* Update docstrings. * Remove prepareHeader and its bug. * Make smtp-relay always sign outgoing mail. | |||
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 | |