summaryrefslogtreecommitdiff
path: root/src/mailman/Archiver/Archiver.py
Commit message (Collapse)AuthorAgeFilesLines
* Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-233/+0
| | | | some new APIs I suspect.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-3/+3
| | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599)
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-6/+6
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+2
| | | | | | | | * Give IMailingList a .domain attribute which looks up the IDomain for its .host_name. This cleans up a lot of code. * Add a test for the 'confirm' email command. * Suppress blank lines in email command responses. * Make the IDomainCollection a utility.
* Wow. Put domains into the database.Barry Warsaw2009-07-161-1/+3
| | | | | | | | 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.
* Remove the Mailman.Mailbox module; use the standard Python mailbox module.Barry Warsaw2009-02-071-3/+3
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+230
correctly regardless of how it's used.