This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author famu xu
Recipients barry, famu xu, r.david.murray
Date 2019-07-12.12:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562935441.75.0.460848575163.issue37572@roundup.psfhosted.org>
In-reply-to
Content
file: email\_header_value_parser.py

line : encoded_part = part.fold(policy=policy)[:-1] # strip nl
modify to: encoded_part = part.fold(policy=policy)[:-2] # strip nl

because the nl is "\r\n"
History
Date User Action Args
2019-07-12 12:44:01famu xusetrecipients: + famu xu, barry, r.david.murray
2019-07-12 12:44:01famu xusetmessageid: <1562935441.75.0.460848575163.issue37572@roundup.psfhosted.org>
2019-07-12 12:44:01famu xulinkissue37572 messages
2019-07-12 12:44:01famu xucreate