[issue14062] UTF-8 Email Subject problem

R. David Murray report at bugs.python.org
Tue Mar 13 21:14:02 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

It makes no sense that changing how Subject is generated would affect the later formatting of the mime header.  There is no coupling that I'm aware of in the code.

I notice that your handcrafted version uses uppercase for the charset and CTE code.  Can you try using lowercase like the email module does, and see if that reproduces the problem?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14062>
_______________________________________


More information about the Python-bugs-list mailing list