Quoted-Printable Encoder / Decoder

Encode and decode text using the Quoted-Printable format defined in RFC 2045.

Quoted-Printable keeps printable ASCII characters as-is and encodes other bytes as =XX (hex). Lines are wrapped at 76 characters with soft line breaks (=\r\n), as required by RFC 2045.