summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mta.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-2/+7
|
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-0/+11
|
* IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-0/+2
| | | | | | | | | SMTP.sendmail(). Handle SMTPRecipientsRefused just like smtp_direct.py. Hack the test mail server to be able to generate failures. SMTP responses must be bytes (don't forget we're using unicode literals).
* The bulk delivery chunking algorithm.Barry Warsaw2009-10-191-1/+7
|
* IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-3/+25
| | | | Add IMailTransportAgentDelivery and begin to flesh out the doctest.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+42
correctly regardless of how it's used.