summaryrefslogtreecommitdiff
path: root/Mailman/Message.py
Commit message (Expand)AuthorAgeFilesLines
...
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+3
* De-string-module-ify, transform to using mimelib instead of rfc822,bwarsaw2001-02-151-157/+51
* Enqueue(): Allow for queuing to alternative queue directories. Ifbwarsaw2000-12-201-8/+20
* OutgoingMessage.__init__(): Reversing patch 1.35 since this breaks thebwarsaw2000-08-021-12/+4
* Enqueue(): Watch for the _dirty flag in the msgdata dictionary. Thisbwarsaw2000-07-271-3/+6
* One more try...bwarsaw2000-07-261-5/+8
* Enqueue(): Oops, you can't include the current time since the hashingbwarsaw2000-07-261-1/+1
* Enqueue(): Elaborate on the text fed to the SHA hashing function forbwarsaw2000-07-261-2/+4
* OutgoingMessage.__init__(): Avoid the messy semantics ofbwarsaw2000-07-251-4/+12
* UserNotification.__init__(): If recip is a list, then string join thebwarsaw2000-07-241-3/+7
* Enqueue(): New convention; msgdata keys that start with leadingbwarsaw2000-06-201-0/+5
* GetSender(): Return '' as the fallback false return value instead ofbwarsaw2000-06-141-1/+1
* In a bit of a kludge, added an __repr__() which returns a stringbwarsaw2000-05-311-2/+11
* Message.__str__(): Include the unixfrom line in the return value; thisbwarsaw2000-05-311-2/+1
* Enqueue(): New method to handle all the details of enqueuing a messagebwarsaw2000-05-081-3/+63
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* GetSender(): Every access of the "sender" (really author) should nowbwarsaw2000-03-031-32/+47
* GetSenderName(): Removed.bwarsaw1999-12-161-7/+1
* OutgoingMessage.__init__(): take an optional text argument, and passbwarsaw1999-11-241-2/+17
* Greatly simplified by basing all this on the up-to-date rfc822.Messagebwarsaw1999-11-101-200/+33
* OutgoingMessage.SetDate(): removebwarsaw1999-07-211-3/+0
* IncomingMessage.GetSender(): Don't assume addresses taken from headershmeland1999-07-011-4/+8
* Changed import of rfc822 to always get the version we distribute withhmeland1999-05-221-47/+8
* minor code formattingbwarsaw1999-03-091-2/+2
* More import games. Make sure we get an rfc822.Message with our newbwarsaw1999-01-121-1/+10
* Added some XXX comments for later:bwarsaw1998-12-101-0/+2
* .SetHeader(): Removed dubious line "name = "%s%s" % (name[0], name[1:])"klm1998-10-061-1/+3
* Added DeliverToOwner to Deliverer class in Deliverer.py that passescotton1998-10-011-0/+25
* .SetHeader(): New headers would not show in resulting message unlessklm1998-09-301-5/+7
* Removed RCS crudbwarsaw1998-06-191-2/+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