summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Decorate.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-207/+0
* More updates to rules and chains, especially by adding additional tests.Barry Warsaw2008-01-211-0/+1
* Go ahead and remove the Mailman/database/tables directory since all the Elixirbwarsaw2007-05-301-38/+25
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-251-10/+20
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-231-5/+6
* A few style fixes based on commit reviews.bwarsaw2007-03-211-17/+9
* Restoreing i18n in 2.2tkikuchi2007-03-011-28/+29
* Update copyright years.bwarsaw2007-01-191-1/+1
* When an exception occurs during decoration, log it at exception level so we s...bwarsaw2006-07-081-1/+1
* - Decorate.py Fixed bug 1507248 by ignoring header/footer charactersmsapiro2006-06-231-2/+2
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-181-1/+1
* 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-10/+7
* Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.tkikuchi2006-03-071-1/+1
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-291-7/+2
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-241-1/+6
* back porting from 2.1.6tkikuchi2005-08-281-20/+51
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-6/+10
* process(): Martin's patch #653242 to fix the wacking of thebwarsaw2002-12-131-1/+3
* process(): Martin von Loewis's fix for specifying the charset ofbwarsaw2002-12-131-4/+4
* process(): Implement a header/footer MIME wrapper for problematicbwarsaw2002-11-171-13/+52
* process(): Dan Mick points out we probably shouldn't add separators ifbwarsaw2002-08-151-2/+2
* process(): If we're adding the header and footer by stringbwarsaw2002-08-151-1/+7
* process(): Simone Piunno's patch to fix header/footer attachment inbwarsaw2002-05-071-2/+4
* process(): In the multipart/mixed stanza, don't provide a charset namebwarsaw2002-04-111-1/+1
* process(): Add another predicate to the test for whether we can addbwarsaw2002-03-161-0/+1
* process(): Now that Decorate.py is called directly from SMTPDirect.pybwarsaw2002-03-121-2/+2
* process(): Apply Ben Gertzfield's patch which always adds the headerbwarsaw2002-03-111-2/+8
* process(): Largely unchanged since this still does the job ofbwarsaw2002-03-091-1/+1
* decorate(): When the mailing list object has a true attributebwarsaw2002-02-231-2/+16
* decorate(): It's simply too easy to write %(foo)s strings that canbwarsaw2002-01-231-6/+19
* Convert from mimelib to email.bwarsaw2001-10-011-8/+7
* decorate(): String interpolation can throw either a ValueError /or/ abwarsaw2001-08-291-2/+2
* process(): If the message should be personalized (i.e. its metadatabwarsaw2001-08-031-3/+22
* Better syslog() calling conventions.bwarsaw2001-06-271-2/+1
* process(): Do no harm to MIME documents when adding the header andbwarsaw2001-04-031-10/+28
* process(), decorate(): Mark a few more strings as translatable.bwarsaw2001-03-021-3/+5
* Conversion to mimelib.bwarsaw2001-02-151-17/+34
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-4/+2
* process(): Don't tack on the regular mail header and footer if thebwarsaw2000-09-151-0/+3
* process(): Because this module modifies the message object, set thebwarsaw2000-07-271-0/+3
* process(): If there's a bogus template for the header or footer,bwarsaw2000-07-261-3/+13
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* When adding the header and the footer, be sure to convert \r\n to justbwarsaw1999-11-121-2/+3
* New pipeline delivery modulebwarsaw1999-11-101-0/+31