aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Message.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrapping set_payload() to encode contents into qp/base64 upon setting.tkikuchi2006-01-291-0/+11
| | | | | | This incorporates Python email patch: http://sourceforge.net/tracker/?func=detail&aid=1409455&group_id=5470&atid=105470 and eventually be backed out if email package is updated.
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-2/+3
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* Looks like this set of Error is more appropriate.tkikuchi2005-12-061-1/+1
|
* email.Message.Message.get_filename() is wrapped because error in thistkikuchi2005-11-271-0/+10
| | | | function may stop regular delivery.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* get_content_charset(): This is fixed in email-2.5.6 so remove it from herebwarsaw2005-04-291-19/+1
| | | | because it's better not to have redundant code.
* Add TypeError for possible error when checking charset availablity.tkikuchi2005-04-251-1/+1
|
* Brushing up the override function.tkikuchi2005-04-221-4/+13
|
* get_content_charset() should return failobj on error.tkikuchi2005-04-211-0/+9
|
* Backporting from trunkbwarsaw2003-03-311-6/+9
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+274
'Release_2_1-maint'.