summaryrefslogtreecommitdiff
path: root/src/mailman/testing/mta.py
Commit message (Expand)AuthorAgeFilesLines
* Port to aiosmtpd 1.0a5Barry Warsaw2017-04-061-14/+11
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Use aiosmtpd 1.0a3 and add NEWS.Barry Warsaw2016-11-241-41/+9
* Remove some unused code.Barry Warsaw2016-11-241-12/+0
* Remove some unnecessary code and update a comment.Barry Warsaw2016-11-241-4/+0
* Fix the connection count tests.Barry Warsaw2016-11-241-8/+37
* Mostly converted to aiosmtpd.Barry Warsaw2016-11-241-127/+118
* Start converting lazr.smtptestBarry Warsaw2016-11-241-0/+1
* Clean up the testing directory.Barry Warsaw2016-03-251-9/+2
* Several optimizations:Barry Warsaw2016-01-111-2/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Port to Python 3.5.Barry Warsaw2015-06-221-4/+37
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Fix mta and lmtp tests.Barry Warsaw2014-12-171-11/+11
* Checkpointing.Barry Warsaw2014-11-301-2/+1
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-0/+5
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* General code cleanup.Barry Warsaw2012-04-251-4/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* Refactor MTA alias creation.Barry Warsaw2011-06-101-2/+2
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-021-0/+33
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-1/+1
* Handle SMTPResponseExceptions like smtp_direct.py, but without the distinctionBarry Warsaw2009-10-311-13/+39
* IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-6/+38
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-2/+2
* Show that a max_sessions_per_connection == 0 means there's an unlimited numberBarry Warsaw2009-10-181-17/+17
* Show that the session count is zero at first.Barry Warsaw2009-10-181-27/+18
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-181-0/+103
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+46