email
.Encoders
index
/usr/lib/python2.2/email/Encoders.py
Module containing encoding functions for Image.Image and Text.Text.
Modules
base64
Functions
_bencode
(s)
_qencode
(s)
# Helpers
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
__file__
= '/usr/lib/python2.2/email/Encoders.pyc'
__name__
= 'email.Encoders'