Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-01-29 | Wrapping set_payload() to encode contents into qp/base64 upon setting. | tkikuchi | 1 | -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. | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -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. | |||||
2005-12-06 | Looks like this set of Error is more appropriate. | tkikuchi | 1 | -1/+1 | |
2005-11-27 | email.Message.Message.get_filename() is wrapped because error in this | tkikuchi | 1 | -0/+10 | |
function may stop regular delivery. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-04-29 | get_content_charset(): This is fixed in email-2.5.6 so remove it from here | bwarsaw | 1 | -19/+1 | |
because it's better not to have redundant code. | |||||
2005-04-25 | Add TypeError for possible error when checking charset availablity. | tkikuchi | 1 | -1/+1 | |
2005-04-22 | Brushing up the override function. | tkikuchi | 1 | -4/+13 | |
2005-04-21 | get_content_charset() should return failobj on error. | tkikuchi | 1 | -0/+9 | |
2003-03-31 | Backporting from trunk | bwarsaw | 1 | -6/+9 | |