summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-420/+0
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-1/+1
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-2/+2
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-271-1/+0
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-1/+1
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-5/+3
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-10/+10
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-101-24/+36
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-241-16/+17
* Test suite repair. All tests are now passing again.bwarsaw2007-03-211-2/+3
* Fixes for i18n digest to work.tkikuchi2007-03-021-9/+14
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-6/+2
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-7/+7
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-2/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-4/+6
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-19/+13
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-291-12/+5
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-12/+10
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-241-2/+11
* SF patch # 1246003tkikuchi2005-11-191-1/+1
* back porting from 2.1.6tkikuchi2005-08-281-24/+47
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Use Mailman's Mailbox object to append new messages to thebwarsaw2003-08-151-2/+3
* send_i18n_digests(): Patch # 694912 by Tokio Kikuchi to fix thebwarsaw2003-04-111-2/+4
* True/False where appropriate.bwarsaw2003-04-061-15/+24
* oneline(): Whoops! Typo fix.bwarsaw2003-02-071-1/+1
* Tokio Kikuchi's SF patch #674401 to fix some issues with i18n in thebwarsaw2003-02-071-15/+20
* I18n fixes for the digester, based on Tokio Kikuchi's patch #668819.bwarsaw2003-01-241-43/+65
* send_digests(): Tokio Kikuchi patch of a bug reported by Chuq thatbwarsaw2002-10-181-5/+5
* send_i18n_digests(): Chuq politely reminds me that in MM2.0, digestsbwarsaw2002-10-071-0/+2
* KEEP: In digests, keep Reply-To header also.bwarsaw2002-09-051-1/+1
* Some fixes for problems identified by Peer Heinlein. It is possiblebwarsaw2002-08-291-4/+7
* send_i18n_digests(): Let's generate MIME digests the correct way, bybwarsaw2002-07-111-5/+9
* send_i18n_digests(): Get rid of the add_payload() calls; these arebwarsaw2002-04-101-7/+7
* send_i18n_digests(): Be robust in the face of messages with no From:bwarsaw2002-03-151-2/+2
* send_i18n_digests(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* msgfactory(): Get rid of this, now that our own Mailbox class alreadybwarsaw2001-10-151-12/+2
* send_i18n_digests(): Dan Mick noticed that the DisableDelivery flagbwarsaw2001-10-121-4/+5
* send_i18n_digests(): When calling msg.get_all() for a KEEP header,bwarsaw2001-10-111-1/+1
* process(): SF bug # 465477 indicates that using mboxfp.tell() won'tbwarsaw2001-10-011-2/+3
* Convert from mimelib to email.bwarsaw2001-10-011-12/+12
* send_i18n_digests(): Cut-n-paste errors: self->mlist.bwarsaw2001-07-271-2/+2
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-2/+10
* send_i18n_digests(): Because messages are now enqueued as pickles bybwarsaw2001-07-101-7/+3
* send_i18n_digests(): In addition to passing in the user's preferredbwarsaw2001-05-181-1/+1
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+34
* Big i18n changes. Specifically,bwarsaw2001-03-021-22/+40
* Conversion to mimelib.bwarsaw2001-02-151-340/+254
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-7/+10