Home
last modified time | relevance | path

Searched refs:decode_rfc2231 (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/email/
Dutils.py234 def decode_rfc2231(s): function
302 charset, language, value = decode_rfc2231(value)
/third_party/python/Doc/library/
Demail.utils.rst182 .. function:: decode_rfc2231(s)