Searched defs:header_encode (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/email/ | ||
H A D | base64mime.py | 61 def header_encode(header_bytes, charset='iso-8859-1'): global() function |
H A D | quoprimime.py | 127 def header_encode(header_bytes, charset='iso-8859-1'): function |
H A D | charset.py | 279 def header_encode(self, string): global() member in Charset |
/third_party/python/Lib/test/test_email/ | ||
H A D | test_email.py | 3208 def header_encode(self, string): member in TestMiscellaneous.test_accepts_any_charset_like_object.CharsetMock [all...] |
Completed in 8 milliseconds