Searched refs:body_enc (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | charset.py | 108 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument 131 if body_enc == SHORTEST: 133 CHARSETS[charset] = (header_enc, body_enc, output_charset)
|
/external/python/cpython3/Lib/email/ |
D | charset.py | 109 def add_charset(charset, header_enc=None, body_enc=None, output_charset=None): argument 132 if body_enc == SHORTEST: 134 CHARSETS[charset] = (header_enc, body_enc, output_charset)
|
/external/python/cpython3/Doc/library/ |
D | email.charset.rst | 171 .. function:: add_charset(charset, header_enc=None, body_enc=None, output_charset=None) 178 Optional *header_enc* and *body_enc* is either ``Charset.QP`` for
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 210 .. function:: add_charset(charset[, header_enc[, body_enc[, output_charset]]]) 217 Optional *header_enc* and *body_enc* is either ``Charset.QP`` for
|