commit | f66f4a09d0b6817fe6a86a567fd506aa223f1563 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Dec 08 18:11:31 2019 -0800 |
committer | GitHub <noreply@github.com> | Sun Dec 08 18:11:31 2019 -0800 |
tree | 67711559e33d2c2f03d04631520be00b07cff1d7 | |
parent | 960fca1a5887a277fd6031cf4c4b6fb31b08ebf5 [diff] |
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) This adds a new InvalidMessageID token to the email header parser which can be used to represent invalid message-id headers in the parse tree. (cherry picked from commit 68157da8b42b26408af5d157d2dba4fcf29c6320) Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>