💾 Archived View for tris.fyi › pydoc › email.encoders captured on 2023-04-26 at 13:36:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

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.