commit | d92ae78bdbab63a68e88fb561a2bc9555d8cef6c | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Jul 26 05:54:46 2006 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Jul 26 05:54:46 2006 +0000 |
tree | 309a26b8b0749aac42b3b947db4df0cebfbe3258 | |
parent | 9815f8b25238e22fc14f8305b0bb53711bbb3de6 [diff] |
Forward port some fixes that were in email 2.5 but for some reason didn't make it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests.