| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SMTPS/STARTTLS support.mta-smtps-starttls | J08nY | 2017-07-24 | 1 | -17/+72 |
| | | | | | | | | | | | | | - Adds SMTP over SSL/TLS and STARTTLS support to the outgoing delivery by spliting the Connection class into three separate classes with logic for SMTP, SMTP over SSL/TLS and STARTTLS. - The Delivery class loads the added configuratio values and selects the appropriate connection based on the configured protocol. - This requires aiosmtpd at least 1.1a1 for tests to pass, as SMTPS support was added there in: https://github.com/aio-libs/aiosmtpd/commit/0d33554c4787e575b7dd31b574259c0876dcc9f8 | ||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix the connection count tests. | Barry Warsaw | 2016-11-24 | 1 | -1/+46 |
| | | |||||
| * | Clean up the mta directory. | Barry Warsaw | 2016-03-25 | 1 | -6/+0 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Port to Python 3.5. | Barry Warsaw | 2015-06-22 | 1 | -0/+14 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+0 |
| | | |||||
| * | Fix mta and lmtp tests. | Barry Warsaw | 2014-12-17 | 1 | -0/+54 |
