Skip to content

bpo-38698: Add a new InvalidMessageID token to email header parser.#17503

Merged
maxking merged 1 commit into
python:masterfrom
maxking:bpo-38698
Dec 9, 2019
Merged

bpo-38698: Add a new InvalidMessageID token to email header parser.#17503
maxking merged 1 commit into
python:masterfrom
maxking:bpo-38698

Conversation

@maxking

@maxking maxking commented Dec 8, 2019

Copy link
Copy Markdown
Contributor

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.

https://bugs.python.org/issue38698

@maxking maxking requested a review from a team as a code owner December 8, 2019 05:56
@maxking maxking added needs backport to 3.8 type-bug An unexpected behavior, bug, or error labels Dec 8, 2019
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.
@maxking maxking merged commit 68157da into python:master Dec 9, 2019
@maxking maxking deleted the bpo-38698 branch December 9, 2019 01:35
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @maxking for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 9, 2019
…ythonGH-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 68157da)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
@bedevere-bot

Copy link
Copy Markdown

GH-17514 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Dec 9, 2019
…H-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 68157da)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
…ythonGH-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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants