| Commit message (Expand) | Author | Age | Files | Lines |
| * | OwnerNotification: New convenience class, derives from | bwarsaw | 2002-10-15 | 1 | -0/+15 |
| * | __setstate__(): This plus email-2.4.3 should fix (most of) Peer | bwarsaw | 2002-10-14 | 1 | -2/+33 |
| * | get_senders(): Move the list of headers to consult to Defaults.py.in | bwarsaw | 2002-08-06 | 1 | -1/+1 |
| * | __setstate__(): If you had messages in your qfiles directory between | bwarsaw | 2002-07-26 | 1 | -1/+11 |
| * | UserNotification.send(): If the message doesn't already have a | bwarsaw | 2002-05-22 | 1 | -0/+5 |
| * | get_senders(): Two fixes: first, make sure the unixfrom addition is a | bwarsaw | 2002-05-22 | 1 | -4/+4 |
| * | send(): Add `reduced_list_headers' so CookHeaders knows not to add the | bwarsaw | 2002-04-08 | 1 | -0/+1 |
| * | get_senders(): If there's no envelope, get_unixfrom() will return | bwarsaw | 2002-04-05 | 1 | -1/+2 |
| * | UserNotification.__init__(): If no text argument is given, don't set | bwarsaw | 2002-03-12 | 1 | -4/+2 |
| * | get_senders(): Application of Jason Mastaler's patch #509386 which | bwarsaw | 2002-03-07 | 1 | -0/+43 |
| * | UserNotification.__init__(): If there's no text argument given, but | bwarsaw | 2002-02-28 | 1 | -1/+4 |
| * | __setstate__(): When unpickling Message instances, check to make sure | bwarsaw | 2002-02-23 | 1 | -0/+6 |
| * | UserNotification.__init__(): Add a `lang' optional argument so that | bwarsaw | 2002-02-11 | 1 | -3/+10 |
| * | Give Message class an __repr__() since apparently the pretty printer | bwarsaw | 2002-01-17 | 1 | -0/+4 |
| * | send(): RFC 2822 requires the Date: header, and not all MTAs insert | bwarsaw | 2002-01-11 | 1 | -1/+4 |
| * | get_sender(): Minor efficiency. | bwarsaw | 2001-10-15 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -6/+4 |
| * | get_sender(): Watch out for missing Sender: or From: fields, which | bwarsaw | 2001-07-06 | 1 | -4/+15 |
| * | UserNotification.__init__(): change the signature so that the text | bwarsaw | 2001-06-28 | 1 | -2/+3 |
| * | UserNotification.send(): Add optional **_kws which are passed straight | bwarsaw | 2001-05-25 | 1 | -3/+4 |
| * | UserNotification.__init__(): Use the blessed way of doing type | bwarsaw | 2001-05-22 | 1 | -1/+1 |
| * | 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 |