summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_join.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement the 'leave' email command.Barry Warsaw2009-12-061-155/+0
|
* * Fix a test based on updated output.Barry Warsaw2009-12-061-0/+28
| | | | | | | | | * Add a stub for the -confirm email command * Add stubs for -leave and -unsubscribe * Remove the crufty (and broken) 'tojoin' 'toleave' and 'toconfirm' metadata keys for synchronizing between lmtp and the command runner. Replace this by putting the subaddress recognized by lmtp into the metadata and having the command runner look at the subaddress.
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Rename files inside src/mailman/commands to indicate whether it's an emailBarry Warsaw2009-08-091-0/+127
command (eml_ prefix) or a command line interface (cli_ prefix). Fix a test breakage.