| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -310/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | Add three new rules and their associated doctests. | Barry Warsaw | 2007-12-30 | 1 | -1/+4 |
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 1 | -0/+6 |
| * | More doctest fixes. | Barry Warsaw | 2007-11-08 | 1 | -1/+2 |
| * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 1 | -0/+4 |
| * | Fix two doctests: ack-headers and acknowledgment. | Barry Warsaw | 2007-11-06 | 1 | -0/+6 |
| * | Eradicate mm_cfg.py | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -4/+4 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 1 | -3/+5 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 1 | -1/+1 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -22/+25 |
| * | csetstr is not set if lang==None. Use charset as string. | tkikuchi | 2007-03-10 | 1 | -5/+4 |
| * | Restoreing i18n in 2.2 | tkikuchi | 2007-03-01 | 1 | -4/+5 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -2/+2 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -4/+2 |
| * | Fix test_message.py by finishing the wind-through of the configuration object | bwarsaw | 2006-07-08 | 1 | -9/+9 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -5/+5 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -4/+3 |
| * | Changed email package to 2.5.7. Backed out workaround set_payload() method | msapiro | 2006-03-06 | 1 | -12/+1 |
| * | Wrapping set_payload() to encode contents into qp/base64 upon setting. | tkikuchi | 2006-01-29 | 1 | -0/+11 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -1/+5 |
| * | Wrap get_filename(). This should eventually be backed out if email package | tkikuchi | 2005-12-06 | 1 | -0/+7 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -1/+1 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | If a message is being auto-responded to, but the subject of it contains | twouters | 2003-03-20 | 1 | -1/+2 |
| * | Handle letters (e.g. as in "b1") in email.__version__ | bwarsaw | 2003-03-12 | 1 | -5/+7 |
| * | OwnerNotification.__init__(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -1/+21 |
| * | 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 |