| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | mimelib's ReprMixin class and module was renamed to StringableMixin in | bwarsaw | 2001-05-01 | 1 | -3/+3 |
| * | De-string-module-ify, transform to using mimelib instead of rfc822, | bwarsaw | 2001-02-15 | 1 | -157/+51 |
| * | Enqueue(): Allow for queuing to alternative queue directories. If | bwarsaw | 2000-12-20 | 1 | -8/+20 |
| * | OutgoingMessage.__init__(): Reversing patch 1.35 since this breaks the | bwarsaw | 2000-08-02 | 1 | -12/+4 |
| * | Enqueue(): Watch for the _dirty flag in the msgdata dictionary. This | bwarsaw | 2000-07-27 | 1 | -3/+6 |
| * | One more try... | bwarsaw | 2000-07-26 | 1 | -5/+8 |
| * | Enqueue(): Oops, you can't include the current time since the hashing | bwarsaw | 2000-07-26 | 1 | -1/+1 |
| * | Enqueue(): Elaborate on the text fed to the SHA hashing function for | bwarsaw | 2000-07-26 | 1 | -2/+4 |
| * | OutgoingMessage.__init__(): Avoid the messy semantics of | bwarsaw | 2000-07-25 | 1 | -4/+12 |
| * | UserNotification.__init__(): If recip is a list, then string join the | bwarsaw | 2000-07-24 | 1 | -3/+7 |
| * | Enqueue(): New convention; msgdata keys that start with leading | bwarsaw | 2000-06-20 | 1 | -0/+5 |
| * | GetSender(): Return '' as the fallback false return value instead of | bwarsaw | 2000-06-14 | 1 | -1/+1 |
| * | In a bit of a kludge, added an __repr__() which returns a string | bwarsaw | 2000-05-31 | 1 | -2/+11 |
| * | Message.__str__(): Include the unixfrom line in the return value; this | bwarsaw | 2000-05-31 | 1 | -2/+1 |
| * | Enqueue(): New method to handle all the details of enqueuing a message | bwarsaw | 2000-05-08 | 1 | -3/+63 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | GetSender(): Every access of the "sender" (really author) should now | bwarsaw | 2000-03-03 | 1 | -32/+47 |
| * | GetSenderName(): Removed. | bwarsaw | 1999-12-16 | 1 | -7/+1 |
| * | OutgoingMessage.__init__(): take an optional text argument, and pass | bwarsaw | 1999-11-24 | 1 | -2/+17 |
| * | Greatly simplified by basing all this on the up-to-date rfc822.Message | bwarsaw | 1999-11-10 | 1 | -200/+33 |
| * | OutgoingMessage.SetDate(): remove | bwarsaw | 1999-07-21 | 1 | -3/+0 |
| * | IncomingMessage.GetSender(): Don't assume addresses taken from headers | hmeland | 1999-07-01 | 1 | -4/+8 |
| * | Changed import of rfc822 to always get the version we distribute with | hmeland | 1999-05-22 | 1 | -47/+8 |
| * | minor code formatting | bwarsaw | 1999-03-09 | 1 | -2/+2 |
| * | More import games. Make sure we get an rfc822.Message with our new | bwarsaw | 1999-01-12 | 1 | -1/+10 |
| * | Added some XXX comments for later: | bwarsaw | 1998-12-10 | 1 | -0/+2 |
| * | .SetHeader(): Removed dubious line "name = "%s%s" % (name[0], name[1:])" | klm | 1998-10-06 | 1 | -1/+3 |
| * | Added DeliverToOwner to Deliverer class in Deliverer.py that passes | cotton | 1998-10-01 | 1 | -0/+25 |
| * | .SetHeader(): New headers would not show in resulting message unless | klm | 1998-09-30 | 1 | -5/+7 |
| * | Removed RCS crud | bwarsaw | 1998-06-19 | 1 | -2/+0 |
| * | Added a readline() method to classes, since it turned out nntplib used | viega | 1998-06-02 | 1 | -2/+46 |
| * | Add .readlines() to both message classes. | viega | 1998-05-31 | 1 | -2/+13 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 1 | -1/+18 |
| * | Digest class moved to mm_digest, because that is the only place it | klm | 1998-05-01 | 1 | -19/+1 |
| * | Beginning of Digest class. (Premature checkin forced by need to | klm | 1998-04-28 | 1 | -1/+19 |
| * | OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() method | klm | 1998-04-27 | 1 | -7/+23 |
| * | Use __delitem__ discipline for deleting headers by name. (Guido | klm | 1998-04-13 | 1 | -13/+22 |
| * | Add comment mentioning prospect of using StringIO instead of FakeFile. | klm | 1998-04-10 | 1 | -1/+2 |
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+5 |
| * | Add IncomingMessage.delitem() method, to remove approved header | mailman | 1998-04-02 | 1 | -0/+15 |
| * | Just some long-line wraps. | mailman | 1998-03-19 | 1 | -5/+5 |
| * | Initial revision | mailman | 1998-02-27 | 1 | -0/+150 |