[issue14062] UTF-8 Email Subject problem

Michal Sladek report at bugs.python.org
Wed Mar 14 10:31:17 CET 2012


Michal Sladek <michal at sladkovi.eu> added the comment:

Changing code to:
    encodedSubject = '=?utf-8?b?{0}?='.format(base64Subject)
still works properly with smtp.seznam.cz server....

----------

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


More information about the Python-bugs-list mailing list