About
The quoted printable encoding 1) is:
- an encoding scheme
- that is applied to the body of an email part
- and is given by the Content-Transfer-Encoding header.
Example
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<p>Hey=A0There, ,</p>
<a =
href=3D"https://example.com/blog/?id=3Dfc815529-ffbf-4394-a855-e96e2e3f16=
0b">Link</a>
Example
Text
- Raw form:
Now's the time for all folk to come to the aid of their country.
- In the Quoted-Printable encoding:
Now's the time =
for all folk to come=
to the aid of their country.
Html
- Encoded:
<img src=3D"https://example.com/blog/?id=3Dfc815=529-ffbf-4394-a855-e96e2e3f160b">
- Decoded
<img src="https://example.com/blog/?id=fc815R9-ffbf-4394-a855-e96e2e3f160b">