| | |
- 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.
|