Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7472: remove unused code from email.encoders.encode_7or8bit. | R. David Murray | 2010-05-05 | 1 | -7/+1 |
| | | | | | | | | | Yukihiro Nakadaira noticed a typo in encode_7or8bit that was trying to special case iso-2022 codecs. It turns out that the code in question is never used, because whereas it was designed to trigger if the payload encoding was eight bit but its output encoding was 7 bit, in practice the payload is always converted to the 7bit encoding before encode_7or8bit is called. Patch by Shawat Anand. | ||||
* | Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. | R. David Murray | 2010-04-12 | 1 | -1/+1 |
| | | | | | | | | Fixed a typo in the email.encoders module so that messages output using an ISO-2022 character set will use a content-transfer-encoding of 7bit consistently. Previously if the input data had any eight bit characters the output data would get marked as 8bit even though it was actually 7bit. | ||||
* | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 1 | -0/+88 |
and NEWS updates. |