[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-38698: Add a new InvalidMessageID token to email header parser. by maxking · Pull Request #17503 · python/cpython

maxking

The Wayback Machine - http://web.archive.org/web/20191218063602/https://github.com/python/cpython/pull/17503

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Conversation

requested a review from python/email-team as a code owner

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 merged commit 68157da into python:master

Dec 9, 2019

4 checks passed

Azure Pipelines PR #20191208.3 succeeded

Details

bedevere/issue-number Issue number 38698 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details

maxking deleted the maxking:bpo-38698 branch

Dec 9, 2019

miss-islington added 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>

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>