bpo-36520: Email header folded incorrectly by websurfer5 ยท Pull Request #13608 ยท python/cpython

@websurfer5

line during an email header folding operation

maxking

@websurfer5

@websurfer5

comments for the test_folding_with_utf8_encoding_* tests

@websurfer5

warsaw

warsaw

warsaw

warsaw

warsaw

@websurfer5

backslashes; add whitespace between terminating quotes and
line-continuation backslashes; use "bpo-" instead of
"issue #" in comments

maxking pushed a commit to maxking/cpython-1 that referenced this pull request

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 <49998481+websurfer5@users.noreply.github.com>

maxking pushed a commit to maxking/cpython-1 that referenced this pull request

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 <49998481+websurfer5@users.noreply.github.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
* 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 #" in comments