[issue14062] UTF-8 Email Subject problem

R. David Murray report at bugs.python.org
Wed Mar 14 16:00:59 CET 2012


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

I think the next thing to do would be to replace the call to send_message with code that calls BytesGenerator to write the message out to disk, and diff the output of the two versions (normal subject and hand-encoded subject).  Maybe that will give us a clue.

----------

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


More information about the Python-bugs-list mailing list