Lines Matching refs:cte
10 # =?charset[*lang]?cte?encoded_string?=
14 # cte (Content Transfer Encoding) is either 'q' or 'b' (ignoring case). In
25 # specified cte. 'defects' is a list of MessageDefect instances indicating any
37 # referenced by the cte specifier, and encode, which adds the appropriate
157 =?charset*lang?cte?encoded_string?=
165 the cte-decoded string does not successfully decode using the specified
173 _, charset, cte, cte_string, _ = ew.split('?')
175 cte = cte.lower()
178 bstring, defects = _cte_decoders[cte](bstring)
209 =?charset*lang?cte?encoded_string?=
214 'encoding' is the cte specifier for the encoding that should be used ('q'