Home
last modified time | relevance | path

Searched refs:encode_quopri (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/library/
Demail.encoders.rst28 .. function:: encode_quopri(msg)
59 .. [#] Note that encoding with :meth:`encode_quopri` also encodes all tabs and space
/external/python/cpython3/Lib/email/
Dencoders.py38 def encode_quopri(msg): function
/external/python/cpython2/Lib/email/
Dencoders.py51 def encode_quopri(msg): function
/external/python/cpython3/Doc/library/
Demail.encoders.rst42 .. function:: encode_quopri(msg)
73 .. [#] Note that encoding with :meth:`encode_quopri` also encodes all tabs and space
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py1660 msg = MIMEApplication(bytesdata, _encoder=encoders.encode_quopri)
/external/python/cpython3/Misc/
DHISTORY4838 - Issue #14360: encode_quopri can now be successfully used as an encoder