summaryrefslogtreecommitdiff
path: root/src/mailman/commands/join.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename files inside src/mailman/commands to indicate whether it's an emailBarry Warsaw2009-08-091-127/+0
| | | | | | command (eml_ prefix) or a command line interface (cli_ prefix). Fix a test breakage.
* Wow. Put domains into the database.Barry Warsaw2009-07-161-1/+2
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* 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/+126
correctly regardless of how it's used.