[New-bugs-announce] [issue18431] Encoded words in structured headers are not decoded by the new parser.

R. David Murray report at bugs.python.org
Thu Jul 11 22:10:18 CEST 2013


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?= <foo at example.com>\n\n', policy=default)
   >>> msg['To']
   '=?utf-8?q?Eric?= <foo at 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 <report at bugs.python.org>
<http://bugs.python.org/issue18431>
_______________________________________


More information about the New-bugs-announce mailing list