cpython/Lib/email
Miss Islington (bot) febe359559
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
KeyError should cause a failure in parsing the encoded word and should be caught and raised as a _InvalidEWError instead.
(cherry picked from commit 65dcc8a8dc)

Co-authored-by: Andrei Troie <andreitroie90@gmail.com>
2019-10-12 10:02:23 -07:00
..
mime
__init__.py
_encoded_words.py bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7664) 2018-06-12 16:46:11 +03:00
_header_value_parser.py bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) 2019-10-12 10:02:23 -07:00
_parseaddr.py bpo-34155: Dont parse domains containing @ (GH-13079) 2019-08-09 01:30:33 -07:00
_policybase.py [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) 2017-06-11 23:43:41 -07:00
architecture.rst
base64mime.py
charset.py
contentmanager.py
encoders.py
errors.py bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7664) 2018-06-12 16:46:11 +03:00
feedparser.py bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) 2019-06-05 03:23:37 -07:00
generator.py
header.py bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517) 2019-05-22 21:41:43 -04:00
headerregistry.py [3.7] Fix typos in docs, comments and test assert messages (GH-14872). (#14901) 2019-07-22 14:14:07 -04:00
iterators.py
message.py [3.7] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) (GH-14381) 2019-06-25 11:40:41 -07:00
parser.py Fix infinite loop in email folding logic (GH-12732) 2019-07-16 11:15:40 -07:00
policy.py bpo-33524: Fix the folding of email header when max_line_length is 0 or None (GH-13391) 2019-05-17 13:47:12 -07:00
quoprimime.py bpo-32297: Few misspellings found in Python source code comments. (#4803) 2017-12-14 13:04:53 +02:00
utils.py bpo-31677: email: Remove re.IGNORECASE flag (GH-3868) 2017-10-04 12:47:38 +09:00