summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test__encoded_words.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Serhiy Storchaka2022-04-301-0/+7
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Andrei Troie2019-10-051-0/+2
* bpo-27397: Make email module properly handle invalid-length base64 strings (#...Tal Einat2018-06-121-0/+6
* Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
* #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+5
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+187