]> granicus.if.org Git - python/commit
#18431: Decode encoded words in atoms in new email parser.
authorR David Murray <rdmurray@bitdance.com>
Fri, 12 Jul 2013 20:00:28 +0000 (16:00 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 12 Jul 2013 20:00:28 +0000 (16:00 -0400)
commit923512f327af6944bbdbc905d2372658a3977489
treeb59a06066813e708621c90e3145753d3e6d5236a
parent65171b28e77f589a490335c8749a24151e1d8817
#18431: Decode encoded words in atoms in new email parser.

There is more to be done here in terms of accepting RFC invalid
input that some mailers accept, but this covers the valid
RFC places where encoded words can occur in structured headers.
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_headerregistry.py
Misc/NEWS