New submission from R. David Murray: The subject says it all, but here is an example (from issue 18044):
>>> msg = message_from_string('To: =?utf-8?q?Eric?= <f...@example.com>\n\n', policy=default) >>> msg['To'] '=?utf-8?q?Eric?= <f...@example.com>' ---------- components: email messages: 192897 nosy: Tim.Rawlinson, barry, r.david.murray priority: normal severity: normal stage: needs patch status: open title: Encoded words in structured headers are not decoded by the new parser. type: behavior versions: Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18431> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com