aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/Decorate.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-05-13Copyright years and whitespace normalization.bwarsaw1-4/+3
2005-05-08Fix UnicodeDecodeError and UnicodeEncodeError to UnicodeError.tkikuchi1-1/+1
Both are introduced in Python2.3. UnicodeError catches both.
2005-03-28Username may contain non-ascii character for English-US.tkikuchi1-3/+3
Fall back to email address.
2004-12-01Precautions against 'charset=' (empty) message.tkikuchi1-1/+4
2004-09-18[ 872068 ] Decorate.py patch (by tkikuchi)tkikuchi1-13/+36
Use unicode concatnation in header+message+footer
2003-12-01process(): Update a few email package calls.bwarsaw1-5/+11
2003-01-07Copyright yearsbwarsaw1-4/+4
2003-01-07process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw1-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.