summaryrefslogtreecommitdiff
path: root/modules/mm_message.py
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-268/+0
* Added a readline() method to classes, since it turned out nntplib usedviega1998-06-021-2/+46
* Add .readlines() to both message classes.viega1998-05-311-2/+13
* 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
* Digest class moved to mm_digest, because that is the only place itklm1998-05-011-19/+1
* Beginning of Digest class. (Premature checkin forced by need toklm1998-04-281-1/+19
* OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() methodklm1998-04-271-7/+23
* Use __delitem__ discipline for deleting headers by name. (Guidoklm1998-04-131-13/+22
* Add comment mentioning prospect of using StringIO instead of FakeFile.klm1998-04-101-1/+2
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* Add IncomingMessage.delitem() method, to remove approved headermailman1998-04-021-0/+15
* Just some long-line wraps.mailman1998-03-191-5/+5
* Initial revisionmailman1998-02-271-0/+150