| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SMTPS/STARTTLS support.mta-smtps-starttls | J08nY | 2017-07-24 | 1 | -0/+71 |
| - 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 | |||||
