Test files › Email › plain-text.eml
Sample EML file (plain text)
A minimal, fully valid RFC 5322 message: text/plain, UTF-8, CRLF line endings and all required headers.
↓ Download plain-text.eml| Filename | plain-text.eml |
| Format | EML |
| Size | 337 bytes (337 bytes) |
| MIME type | message/rfc822 |
| SHA-256 | 761804bd96c81708c2e692bcaac173aac84182ffbc078b9dd6e891f3b63fe30a |
What this file catchesBaseline for any .eml parser. Confirms header parsing, CRLF handling and that the body is separated by exactly one blank line.
Download & verify
curl -fsSL -o "plain-text.eml" "https://files.hexaqa.com/email/plain-text.eml"
curl -fsSL "https://files.hexaqa.com/email/plain-text.eml" | sha256sum
# expect: 761804bd96c81708c2e692bcaac173aac84182ffbc078b9dd6e891f3b63fe30a