Quoted-Printable

Quoted-Printable is a MIME content transfer encoding (RFC 2045) used in email. Printable ASCII characters are left as-is, while non-ASCII bytes and special characters are encoded as =XX (hex). Long lines are wrapped with soft line breaks (=\r\n). Designed to keep messages mostly human-readable when the content is primarily ASCII.

Learn more