summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/Archiver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* __archive_to_mbox(): Wrap the code after the munge of the Date: headerbwarsaw2000-04-091-13/+15
* __archive_to_mbox(): Message objects does not have any "SetHeader"hmeland2000-04-091-3/+3
* makelink(), breaklink(), Archiver.InitVars(),bwarsaw2000-04-031-17/+11
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* ArchiveMail(): the message's body could be the empty string. Checkbwarsaw1999-12-251-1/+1
* ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically:bwarsaw1999-12-111-2/+6
* Use convenience StringIO modulebwarsaw1999-11-101-5/+1
* ArchiveMail(): When public archiving is turned on andbwarsaw1999-09-041-7/+22
* ArchiveMail(): it's still possible that the archiver takes a long timebwarsaw1999-08-221-3/+7
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-6/+16
* Archiver.ArchiveMail(): As this method always is called with onehmeland1999-07-011-1/+5
* GetBaseArchiveURL(): tack the new CGI extension onto the privatebwarsaw1999-02-281-1/+3
* Use the default argument to the reraise() functionbwarsaw1998-12-291-4/+4
* changed to use %s/%s instead of os.path.join,cotton1998-11-091-6/+2
* ArchiveMail(): in the finally, be sure to flush stderr or we'll neverbwarsaw1998-11-061-0/+2
* Makefile.in: added arch script to integrate an mboxcotton1998-11-051-1/+0
* .ArchiveMail(): Finally doing the right thing regarding exceptionsklm1998-11-051-23/+33
* Archiver.InitVars(): Use the default perms for mkdir() -- reallybwarsaw1998-11-041-6/+4
* Significantly rewritten to use a new model for private/public archivebwarsaw1998-11-031-113/+92
* .ArchiveToMbox(): Remove gratuitous self.Save() - particularlyklm1998-11-031-19/+19
* changed the syntax ofcotton1998-10-261-9/+3
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-221-0/+265