Searched refs:encode_quopri (Results 1 – 6 of 6) sorted by relevance
28 .. function:: encode_quopri(msg)59 .. [#] Note that encoding with :meth:`encode_quopri` also encodes all tabs and space
38 def encode_quopri(msg): function
51 def encode_quopri(msg): function
42 .. function:: encode_quopri(msg)73 .. [#] Note that encoding with :meth:`encode_quopri` also encodes all tabs and space
1660 msg = MIMEApplication(bytesdata, _encoder=encoders.encode_quopri)
4838 - Issue #14360: encode_quopri can now be successfully used as an encoder