email.charset.Charset.header_encoding

header_encoding

If the character set must be encoded before it can be used in an email header, this attribute will be set to Charset.QP (for quoted-printable), Charset.BASE64 (for base64 encoding), or Charset.SHORTEST for the shortest of QP or BASE64 encoding. Otherwise, it will be None.

doc_python
2016-10-07 17:32:19
Comments
Leave a Comment

Please login to continue.