Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-27397: Make email module properly handle invalid-length base64 strings (#... | Tal Einat | 2018-06-12 | 1 | -0/+17 |
* | Issue #19590: Use specific asserts in email tests. | Serhiy Storchaka | 2013-11-16 | 1 | -13/+13 |
* | Refactor test_email/test_defect_handling. | R David Murray | 2012-05-29 | 1 | -178/+161 |
* | #12515: email now registers a defect if the MIME end boundary is missing. | R David Murray | 2012-05-28 | 1 | -0/+33 |
* | #1672568: email now registers defects for base64 payload format errors. | R David Murray | 2012-05-28 | 1 | -0/+304 |