Searched defs:header_encode (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/email/ | ||
D | base64mime.py | 61 def header_encode(header_bytes, charset='iso-8859-1'): function |
D | quoprimime.py | 127 def header_encode(header_bytes, charset='iso-8859-1'): function |
D | charset.py | 279 def header_encode(self, string): member in Charset |
/third_party/python/Lib/test/test_email/ | ||
D | test_email.py | 3152 def header_encode(self, string): member in TestMiscellaneous.test_accepts_any_charset_like_object.CharsetMock |