summaryrefslogtreecommitdiff
path: root/Mailman/Message.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-4/+2
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-9/+9
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-5/+5
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-4/+3
* Changed email package to 2.5.7. Backed out workaround set_payload() methodmsapiro2006-03-061-12/+1
* Wrapping set_payload() to encode contents into qp/base64 upon setting.tkikuchi2006-01-291-0/+11
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+5
* Wrap get_filename(). This should eventually be backed out if email packagetkikuchi2005-12-061-0/+7
* back porting from 2.1.6tkikuchi2005-08-281-1/+1
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* If a message is being auto-responded to, but the subject of it containstwouters2003-03-201-1/+2
* Handle letters (e.g. as in "b1") in email.__version__bwarsaw2003-03-121-5/+7
* OwnerNotification.__init__(): The signature of the OwnerNotificationbwarsaw2002-10-231-1/+21
* OwnerNotification: New convenience class, derives frombwarsaw2002-10-151-0/+15
* __setstate__(): This plus email-2.4.3 should fix (most of) Peerbwarsaw2002-10-141-2/+33
* get_senders(): Move the list of headers to consult to Defaults.py.inbwarsaw2002-08-061-1/+1
* __setstate__(): If you had messages in your qfiles directory betweenbwarsaw2002-07-261-1/+11
* UserNotification.send(): If the message doesn't already have abwarsaw2002-05-221-0/+5
* get_senders(): Two fixes: first, make sure the unixfrom addition is abwarsaw2002-05-221-4/+4
* send(): Add `reduced_list_headers' so CookHeaders knows not to add thebwarsaw2002-04-081-0/+1
* get_senders(): If there's no envelope, get_unixfrom() will returnbwarsaw2002-04-051-1/+2
* UserNotification.__init__(): If no text argument is given, don't setbwarsaw2002-03-121-4/+2
* get_senders(): Application of Jason Mastaler's patch #509386 whichbwarsaw2002-03-071-0/+43
* UserNotification.__init__(): If there's no text argument given, butbwarsaw2002-02-281-1/+4
* __setstate__(): When unpickling Message instances, check to make surebwarsaw2002-02-231-0/+6
* UserNotification.__init__(): Add a `lang' optional argument so thatbwarsaw2002-02-111-3/+10
* Give Message class an __repr__() since apparently the pretty printerbwarsaw2002-01-171-0/+4
* send(): RFC 2822 requires the Date: header, and not all MTAs insertbwarsaw2002-01-111-1/+4
* get_sender(): Minor efficiency.bwarsaw2001-10-151-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-6/+4
* get_sender(): Watch out for missing Sender: or From: fields, whichbwarsaw2001-07-061-4/+15
* UserNotification.__init__(): change the signature so that the textbwarsaw2001-06-281-2/+3
* UserNotification.send(): Add optional **_kws which are passed straightbwarsaw2001-05-251-3/+4
* UserNotification.__init__(): Use the blessed way of doing typebwarsaw2001-05-221-1/+1
* 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