commit | 27ef93797c4e0bdb46c9c2873264f89840028a5e | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Apr 12 14:26:06 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Apr 12 14:26:06 2010 +0000 |
tree | 0204617bd1ccd907d7f6ccd95061aef3de6229b2 | |
parent | d10b65eb687575966f28d1f5f82a3642568aa82a [diff] |
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. 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.