summaryrefslogtreecommitdiff
path: root/src/mailman/mta/smtp_direct.py
Commit message (Collapse)AuthorAgeFilesLines
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-374/+0
|
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-181-43/+0
| | | | of session start and end events in the server.
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-121-3/+3
|
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-4/+4
| | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done.
* More cleanup of Utils.py on the path of its eventual demise.Barry Warsaw2009-02-091-1/+1
| | | | | Move the attic and web directories out of src/mailman for easier grepping. Eventually these will go away.
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
| | | | | | | | | Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+417
correctly regardless of how it's used.