aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/Decorate.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Copyright years and whitespace normalization.bwarsaw2005-05-131-4/+3
|
* Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError.tkikuchi2005-05-081-1/+1
| | | | Both are introduced in Python2.3. UnicodeError catches both.
* Username may contain non-ascii character for English-US.tkikuchi2005-03-281-3/+3
| | | | Fall back to email address.
* Precautions against 'charset=' (empty) message.tkikuchi2004-12-011-1/+4
|
* [ 872068 ] Decorate.py patch (by tkikuchi)tkikuchi2004-09-181-13/+36
| | | | Use unicode concatnation in header+message+footer
* process(): Update a few email package calls.bwarsaw2003-12-011-5/+11
|
* Copyright yearsbwarsaw2003-01-071-4/+4
|
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-2/+6
| | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+183
'Release_2_1-maint'.