rest25/library/email.encoders.rst => rest262/library/email.encoders.rst | ||
---|---|---|
t | 1+ | :mod:`email`: Encoders |
2+ | ---------------------- | |
3+ | ||
1 | .. module:: email.encoders | |
2 | :synopsis: Encoders for email message payloads. | |
3 | ||
4 | ||
5 | When creating :class:`Message` objects from scratch, you often need to encode | |
6 | the payloads for transport through compliant mail servers. This is especially | |
7 | true for :mimetype:`image/\*` and :mimetype:`text/\*` type messages containing | |
8 | binary data. |
Legends | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
|