Test files › Email › apple-mail.emlx
Sample EMLX file (apple mail)
Apple Mail’s on-disk format: a byte-count line, then the RFC 822 message, then an XML plist of Mail’s own metadata.
↓ Download apple-mail.emlx| Filename | apple-mail.emlx |
| Format | EMLX |
| Size | 742 bytes (742 bytes) |
| MIME type | message/rfc822 |
| SHA-256 | 8c2736971c4ea2eb42a5cc19cd383dc2845841ae9f04628b7db92f0f6775b865 |
What this file catchesApple Mail import and migration. The leading byte count and trailing plist break every tool that assumes a .emlx is just an .eml, which is the usual reason Mail exports fail to import elsewhere.
Download & verify
curl -fsSL -o "apple-mail.emlx" "https://files.hexaqa.com/email/apple-mail.emlx"
curl -fsSL "https://files.hexaqa.com/email/apple-mail.emlx" | sha256sum
# expect: 8c2736971c4ea2eb42a5cc19cd383dc2845841ae9f04628b7db92f0f6775b865