Test files › Email › quoted-printable.eml
Sample EML file (quoted printable)
A quoted-printable body with accented characters, soft line breaks and an = sign at a wrap boundary.
↓ Download quoted-printable.eml| Filename | quoted-printable.eml |
| Format | EML |
| Size | 535 bytes (535 bytes) |
| MIME type | message/rfc822 |
| SHA-256 | 74a8ec24d3d75585cd8eb718b6fa01b4cd1e5493b20b53fd9c04b417bd15ce28 |
What this file catchesQuoted-printable decoding. Catches decoders that mishandle soft line breaks (a trailing =) or fail to unescape =XX sequences.
Download & verify
curl -fsSL -o "quoted-printable.eml" "https://files.hexaqa.com/email/quoted-printable.eml"
curl -fsSL "https://files.hexaqa.com/email/quoted-printable.eml" | sha256sum
# expect: 74a8ec24d3d75585cd8eb718b6fa01b4cd1e5493b20b53fd9c04b417bd15ce28