summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/CookHeaders.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-338/+0
* Update copyright years. Change a plugin name.Barry Warsaw2008-01-131-1/+1
* Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-131-4/+12
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-101-3/+3
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-1/+1
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-1/+2
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-211-25/+21
* CookHeaders.py:tkikuchi2007-03-241-20/+3
* Test suite repair. All tests are now passing again.bwarsaw2007-03-211-1/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-8/+13
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-6/+2
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-1/+0
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-10/+2
* ch_oneline(): Input string variable is overwritten. Also use 'utf-8'tkikuchi2006-02-171-15/+18
* Backport from 2.1-maint.tkikuchi2006-01-041-4/+3
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-11/+13
* Python interpreter has evolved to be strict on ascii charset range.tkikuchi2005-12-261-20/+13
* Finnish dialect of "Re:".tkikuchi2005-11-011-1/+1
* back porting from 2.1.6tkikuchi2005-08-281-61/+160
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Eliminate extra space in List-IDbwarsaw2003-06-021-1/+1
* prefix_subject(): Capture the no-subject header before we decode it.bwarsaw2003-02-231-2/+2
* prefix_subject(): If the subject is a Header instead of a string,bwarsaw2003-02-051-1/+4
* prefix_subject(): Supply default argument '' to the get of the subjectbwarsaw2003-01-291-1/+1
* Some fixes to retain the continuation whitespace on Subject: linesbwarsaw2003-01-241-4/+10
* prefix_subject(): One small patch for when the charset in an RFC 2047bwarsaw2002-12-041-1/+6
* process(): Be sure to i18n-ify any headers with milst.description inbwarsaw2002-12-021-2/+4
* process(): Patch #625482 by Tokio Kikuchi to properly MIME encode thebwarsaw2002-11-191-23/+33
* process(): Re-enable the Cc header hacking, but only if personalize ==bwarsaw2002-11-061-21/+17
* process(): Comment out the rewriting of the CC header for personalizedbwarsaw2002-11-041-10/+14
* prefix_subject(): The charsets coming from headerbits can be stringsbwarsaw2002-10-201-0/+2
* prefix_subject(): Do byte string -> unicode string conversionbwarsaw2002-10-171-3/+5
* process(): Two important fixes. First, when adding Cc headers tobwarsaw2002-10-161-16/+26
* process(): If the list is personalized, and the list's posting addressbwarsaw2002-10-151-8/+17
* Better support for "funny" characters in subject prefixes.bwarsaw2002-10-021-42/+32
* prefix_subject(): Elaborate a comment.bwarsaw2002-08-091-1/+3
* encode_p(): New helper function.bwarsaw2002-08-091-3/+29
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-2/+3
* subject_prefix(): We're using email 2.2 now so we can remove thebwarsaw2002-07-261-3/+0
* prefix_subject(): This should fix Fil's duplicate encoding problem.bwarsaw2002-07-231-7/+13
* process(): Implement a suggestion by David W. Tamkin on list-managersbwarsaw2002-07-171-22/+24
* process(): Use Precedence: list instead of bulk for mail list explodedbwarsaw2002-05-221-17/+8
* process(): Only add List-Post: if include_list_post_header is true.bwarsaw2002-04-191-1/+3
* process(): We need to clean up the base archive url in two ways:bwarsaw2002-04-111-1/+4
* process(): As Mentor Cana points out, dump_address_pair() isbwarsaw2002-04-111-1/+1
* process(), prefix_subject(): Ben Gertzfield's patch (refactored bybwarsaw2002-04-081-13/+44
* process(): In response to bug #223533, we're changing when the RFCbwarsaw2002-04-081-9/+16
* process(): We don't need to do a ValidateEmail() on thebwarsaw2002-03-121-6/+1
* process(): To support VERP+personalizing in SMTPDirect.py, we nobwarsaw2002-03-091-7/+1