Skip to content
Novus Examples

Email

The email category gives message parsers, importers, and forensic tools real, documented fixtures. The EML set is standards-compliant RFC 822/MIME: a plain-text message, a multipart/alternative message carrying both a text and an HTML body, and a multipart/mixed message with a base64-encoded file attachment — each with full headers (From, To, Subject, Date, Message-ID, MIME boundaries). An MBOX mailbox concatenates a short three-message thread with the classic 'From ' separator lines, so you can test mailbox splitting and thread reconstruction. Every message uses fixed dates, message IDs, and boundaries for reproducibility, and every address and name is fictional. Use them to test header parsing, MIME decoding, attachment extraction, HTML-part sanitising, and EML-to-other-format conversion.

Messages