Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dutils.py239 def decode_rfc2231(s): function
312 charset, language, value = decode_rfc2231(value)
/external/python/cpython3/Lib/email/
Dutils.py234 def decode_rfc2231(s): function
302 charset, language, value = decode_rfc2231(value)
/external/python/cpython2/Doc/library/
Demail.util.rst114 .. function:: decode_rfc2231(s)
Demail.rst216 :func:`decode_rfc2231`, :func:`encode_rfc2231`, and :func:`decode_params`.
/external/python/cpython3/Doc/library/
Demail.utils.rst182 .. function:: decode_rfc2231(s)