Home
last modified time | relevance | path

Searched defs:header_encode (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): function
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): function
Dcharset.py279 def header_encode(self, string): member in Charset
/external/python/cpython2/Lib/email/
Dbase64mime.py64 def header_encode(header, charset='iso-8859-1', keep_eols=False, function
Dquoprimime.py114 def header_encode(header, charset="iso-8859-1", keep_eols=False, function
Dcharset.py347 def header_encode(self, s, convert=False): member in Charset
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3152 def header_encode(self, string): member in TestMiscellaneous.test_accepts_any_charset_like_object.CharsetMock