| Commit message (Expand) | Author | Files | Lines |
2011-06-02 | Fixed a problem which could result in raw, undecoded message bodies | Mark Sapiro | 1 | -4/+7 |
2009-12-03 | Decoded RFC 2047 encoded message subjects for a few reports. Bug #266428. | Mark Sapiro | 1 | -0/+1 |
2009-08-01 | Mailman no longer folds long sub-part headers in multipart messages. | Mark Sapiro | 1 | -21/+0 |
2009-07-31 | Backported several bug fixes from the 2.2 branch. | Mark Sapiro | 1 | -1/+1 |
2009-01-13 | Work around email 3.0.1 issue when set_payload charset arg is unicode. | Mark Sapiro | 1 | -1/+4 |
2008-11-30 | Now that Python 2.4 is the minimum and we will use more recent installed | Mark Sapiro | 1 | -2/+2 |
2008-11-12 | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178. | Barry Warsaw | 1 | -3/+3 |
2007-11-18 | Scrubber.py - changed to use part.get_payload(), not part._payload. | Mark Sapiro | 1 | -2/+2 |
2007-11-06 | - Scrubber.py | Mark Sapiro | 1 | -5/+6 |
2007-06-22 | Scrubber.py - Cleaned up a few loose ends and incomplete things left after the | Mark Sapiro | 1 | -17/+19 |
2007-06-15 | Scrubber.py - If a malformed message has Content-Type: with a | msapiro | 1 | -4/+7 |
2007-05-09 | base64 codec raises 'AssertionError'. This should not occur in normal case | tkikuchi | 1 | -1/+1 |
2007-05-08 | - CGI/admin.py | msapiro | 1 | -2/+29 |
2006-02-19 | Fixed bug 1430236 by catching TypeError when trying to get a decoded payload | msapiro | 1 | -1/+6 |
2006-02-03 | variable name: it is not a floating number. (time tuple) | tkikuchi | 1 | -2/+2 |
2006-01-29 | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 1 | -10/+3 |
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -5/+6 |
2005-12-17 | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 1 | -21/+24 |
2005-12-13 | Add an extra trailing space in scrubbed content URL. This may save the | tkikuchi | 1 | -1/+3 |
2005-10-23 | Add OverflowError in the except list. (back port from MAIN). | tkikuchi | 1 | -1/+1 |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 |
2005-07-13 | Backout last checkin. The fix was already coded in the following part. ^^;) | tkikuchi | 1 | -3/+0 |
2005-07-13 | A part can be None type in Python2.4 if multipart/mixed without real content. | tkikuchi | 1 | -0/+3 |
2005-05-22 | process(): One more bug fix, though this one should be safe. Under email 2.5, | bwarsaw | 1 | -1/+8 |
2005-01-16 | New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1. | bwarsaw | 1 | -4/+3 |
2005-01-12 | Provision for part == None case. Closing bug# 1099138 | tkikuchi | 1 | -2/+4 |
2004-11-13 | Normalize charset to the output if input/output are different. | tkikuchi | 1 | -0/+3 |
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 1 | -2/+3 |
2004-10-03 | Merging SF patches: | tkikuchi | 1 | -2/+16 |
2004-09-17 | [ 891491 ] Scrubber.py patch by tkikuchi | tkikuchi | 1 | -10/+43 |
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -1/+1 |
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -15/+23 |
2003-09-22 | Backporting from the HEAD -- updated handlers | bwarsaw | 1 | -2/+5 |
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -29/+72 |
2003-01-10 | Copyright years. | bwarsaw | 1 | -4/+4 |
2003-01-10 | safe_strftime(): Watch out for TypeError coming back from strftime(). | bwarsaw | 1 | -1/+1 |