cpython/Lib/email
Miss Islington (bot) a87ba60fe5 bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
The original algorithm tried to delegate the folding to the tokens so
that those tokens whose folding rules differed could specify the
differences.  However, this resulted in a lot of duplicated code because
most of the rules were the same.

The new algorithm moves all folding logic into a set of functions
external to the token classes, but puts the information about which
tokens can be folded in which ways on the tokens...with the exception of
mime-parameters, which are a special case (which was not even
implemented in the old folder).

This algorithm can still probably be improved and hopefully simplified
somewhat.

Note that some of the test expectations are changed.  I believe the
changes are toward more desirable and consistent behavior: in general
when (re) folding a line the canonical version of the tokens is
generated, rather than preserving errors or extra whitespace.
(cherry picked from commit 85d5c18c9d)
2017-12-03 19:46:23 -05:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693) 2017-12-03 19:46:23 -05:00
_parseaddr.py
_policybase.py [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) 2017-06-16 07:18:58 -07:00
architecture.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
base64mime.py
charset.py
contentmanager.py
encoders.py
errors.py
feedparser.py
generator.py
header.py
headerregistry.py bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693) 2017-12-03 19:46:23 -05:00
iterators.py
message.py
parser.py
policy.py
quoprimime.py
utils.py Fix trailing whitespaces in C and Python files. (#4131) 2017-10-26 17:00:13 +03:00