Home
last modified time | relevance | path

Searched refs:ew_combine_allowed (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/email/
H A D_header_value_parser.py119 ew_combine_allowed = True variable in TokenList
559 ew_combine_allowed = False variable in DisplayName
873 ew_combine_allowed = True variable in Terminal
2826 part.ew_combine_allowed, charset)
2865 def _fold_as_ew(to_encode, lines, maxlen, last_ew, ew_combine_allowed, charset):
2867 Return the new value for last_ew, or None if ew_combine_allowed is False.
2870 a non-None value for last_ew) and ew_combine_allowed is true, decode the
2876 if last_ew is not None and ew_combine_allowed:
2928 return new_last_ew if ew_combine_allowed else None

Completed in 4 milliseconds