class email.headerregistry.ContentTransferEncoding
Handles the Content-Transfer-Encoding header.
-
cte
-
Valid values are
7bit
,8bit
,base64
, andquoted-printable
. See RFC 2045 for more information.
class email.headerregistry.ContentTransferEncoding
Handles the Content-Transfer-Encoding header.
cte
Valid values are 7bit
, 8bit
, base64
, and quoted-printable
. See RFC 2045 for more information.
Please login to continue.