[issue37482] Email header fails with both encoded words and special chars

2019-07-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14378 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14561 ___ Python tracker ___ __

[issue37482] Email header fails with both encoded words and special chars

2019-07-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +maxking ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue37482] Email header fails with both encoded words and special chars

2019-07-02 Thread SilentGhost
Change by SilentGhost : -- versions: -Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37482] Email header fails with both encoded words and special chars

2019-07-02 Thread B Siemerink
New submission from B Siemerink : Special characters in email headers are normally put within double quotes. However, encoded words (=?charset?x?...?=) are not allowed withing double quotes. When the header contains a word with special characters and another word that must be encoded, the fir