summaryrefslogtreecommitdiff
path: root/src/mailman/mta/tests/test_connection.py
Commit message (Collapse)AuthorAgeFilesLines
* Add SMTPS/STARTTLS support.mta-smtps-starttlsJ08nY2017-07-241-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 Warsaw2017-01-041-1/+1
|
* Fix the connection count tests.Barry Warsaw2016-11-241-1/+46
|
* Clean up the mta directory.Barry Warsaw2016-03-251-6/+0
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Port to Python 3.5.Barry Warsaw2015-06-221-0/+14
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Fix mta and lmtp tests.Barry Warsaw2014-12-171-0/+54