summaryrefslogtreecommitdiff
path: root/Mailman/Mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-105/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-4/+4
* Update copyright years.bwarsaw2007-01-191-1/+1
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-10/+4
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Actually the last checkin was spurred by a bug report from Ericbwarsaw2003-04-171-1/+1
* AppendMessage(): Fixes for mbox bugs reported by Paul Reilly, namelybwarsaw2003-04-171-7/+17
* Some fixes for problems identified by Peer Heinlein. It is possiblebwarsaw2002-08-291-3/+13
* Need to import "email"bwarsaw2002-07-131-0/+1
* _factory(): Removed as obsolete.bwarsaw2002-07-121-10/+1
* Bump copyright years.bwarsaw2002-02-231-1/+1
* Use the mailbox module from the Python standard library, instead ofbwarsaw2002-02-231-1/+1
* _archfactory(): A factory for the ArchiverMailbox class, this isbwarsaw2001-10-241-2/+42
* _factory(): A factory function for PortableUnixMailbox.__init__() sobwarsaw2001-10-151-0/+16
* Convert from mimelib to email.bwarsaw2001-10-011-2/+2
* Update copyright years.bwarsaw2001-03-291-1/+1
* Derive Mailbox from PortableUnixMailbox (from the Python 2.1 mailboxbwarsaw2001-02-151-25/+8
* AppendMessage(): Since we can't portably test the numeric/symbolicbwarsaw2000-09-271-2/+3
* Mailbox._fromlinepattern: optimizations by Tim Peters.bwarsaw2000-09-241-1/+4
* Mailbox._isrealfromline(): Integrate optimization from proposed Pythonbwarsaw2000-09-241-0/+6
* AppendMessage(): Patch to quote From_ lines in the body of a messagebwarsaw2000-09-201-2/+7
* AppendMessage(): Do a better job of determining if the last characterbwarsaw2000-09-141-6/+15
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* AppendMessage(): the message's body could be the empty string. Checkbwarsaw1999-12-251-1/+1
* Removed RCS crudbwarsaw1998-06-191-2/+0
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* Initial revisionmailman1998-02-271-0/+16