Back to module index

Go to module by name

email

email.encoders

Encodings and related functions.

Functions

encode_7or8bit

encode_7or8bit(msg)

  Set the Content-Transfer-Encoding header to 7bit or 8bit.

encode_base64

encode_base64(msg)

  Encode the message's payload in Base64.

      Also, add an appropriate Content-Transfer-Encoding header.
    

encode_noop

encode_noop(msg)

  Do nothing.

encode_quopri

encode_quopri(msg)

  Encode the message's payload in quoted-printable.

      Also, add an appropriate Content-Transfer-Encoding header.