email
.encoders
index
/usr/local/lib/python2.5/email/encoders.py
Module Docs
Encodings and related functions.
Modules
base64
Functions
encode_7or8bit
(msg)
Set the Content-Transfer-Encoding header to 7bit or 8bit.
encode_base64
(msg)
Encode the message's payload in Base64.
Also, add an appropriate Content-Transfer-Encoding header.
encode_noop
(msg)
Do nothing.
encode_quopri
(msg)
Encode the message's payload in quoted-printable.
Also, add an appropriate Content-Transfer-Encoding header.
Data
__all__
= ['encode_7or8bit', 'encode_base64', 'encode_noop', 'encode_quopri']