summaryrefslogtreecommitdiff
path: root/Mailman/Message.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-310/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Add three new rules and their associated doctests.Barry Warsaw2007-12-301-1/+4
* Add .get() to our Message subclass, which ensures that returnedBarry Warsaw2007-12-101-0/+6
* More doctest fixes.Barry Warsaw2007-11-081-1/+2
* Fix two more doctestsBarry Warsaw2007-11-071-0/+4
* Fix two doctests: ack-headers and acknowledgment.Barry Warsaw2007-11-061-0/+6
* Eradicate mm_cfg.pyBarry Warsaw2007-09-291-2/+2
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-4/+4
* Work out subscription holding and handling. ApprovedAddMember() isBarry Warsaw2007-09-161-3/+5
* Repair some test suite regressions.Barry Warsaw2007-08-011-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-22/+25
* csetstr is not set if lang==None. Use charset as string.tkikuchi2007-03-101-5/+4
* Restoreing i18n in 2.2tkikuchi2007-03-011-4/+5
* Update copyright years.bwarsaw2007-01-191-1/+1
* 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