email.encoders: Encoders

email.encoders: Encoders

Source code: Lib/email/encoders.py

When creating Message objects from scratch, you often need to encode the payloads for transport through compliant mail servers. This is especially true for image/* and text/* type messages containing binary data.

The email package provides some convenient encodings in