Skip to content

[3.8] bpo-36520: Email header folded incorrectly (GH-13608) #13909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

maxking
Copy link
Contributor

@maxking maxking commented Jun 8, 2019

  • bpo-36520: reset the encoded word offset when starting a new
    line during an email header folding operation

  • 📜🤖 Added by blurb_it.

  • bpo-36520: add an additional test case, and provide descriptive
    comments for the test_folding_with_utf8_encoding_* tests

  • bpo-36520: fix whitespace issue

  • bpo-36520: changes per reviewer request -- remove extraneous
    backslashes; add whitespace between terminating quotes and
    line-continuation backslashes; use "bpo-" instead of
    "issue GH-" in comments
    (cherry picked from commit f6713e8)

Co-authored-by: websurfer5 [email protected]

https://bugs.python.org/issue36520

* bpo-36520: reset the encoded word offset when starting a new
line during an email header folding operation

* 📜🤖 Added by blurb_it.

* bpo-36520: add an additional test case, and provide descriptive
comments for the test_folding_with_utf8_encoding_* tests

* bpo-36520: fix whitespace issue

* bpo-36520: changes per reviewer request -- remove extraneous
backslashes; add whitespace between terminating quotes and
line-continuation backslashes; use "bpo-" instead of
"issue GH-" in comments
(cherry picked from commit f6713e8)

Co-authored-by: websurfer5 <[email protected]>
@maxking maxking requested a review from a team as a code owner June 8, 2019 07:50
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label Jun 8, 2019
@maxking
Copy link
Contributor Author

maxking commented Jun 8, 2019

ping @warsaw , this is a backport for #13608

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.

6 participants