Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

110 results

Page 1 of 5; 24 results per page.

Show the canonical directory
Preview of Bounce / Non-Delivery Report (EML)
eml
1.5 KB
Actual file preview for Bounce / Non-Delivery Report (EML)

Bounce / Non-Delivery Report (EML)

A bounce / non-delivery report (NDR) — a multipart/report message with a human-readable notice, a message/delivery-status part, and the original headers — for testing bounce parsing and delivery-status extraction.

File
EML · Delivery
Preview of DKIM / SPF Annotated Email (EML)
eml
1.1 KB
Actual file preview for DKIM / SPF Annotated Email (EML)

DKIM / SPF Annotated Email (EML)

An email annotated with DKIM-Signature, Received-SPF, and Authentication-Results headers (all reporting pass) — for testing email-authentication header parsing. The DKIM signature value is a sample placeholder, not real cryptography.

File
EML · Authentication
Preview of Email with Attachment (EML)
eml
1 KB
Actual file preview for Email with Attachment (EML)

Email with Attachment (EML)

A multipart/mixed email with a base64-encoded CSV file attachment — for testing attachment detection, decoding, and extraction from an EML message.

File
EML · Messages
Use case
Email parsingConversion testing· Conversion set
Preview of EML — 1,024-Octet Header Line With No Fold Point
eml
1.5 KB
Actual file preview for EML — 1,024-Octet Header Line With No Fold Point

EML — 1,024-Octet Header Line With No Fold Point

A single header whose value is one 1,001-character token with no whitespace, making the line 1,024 octets — past the 998-octet limit RFC 5322 sets and impossible to fold. Fixed-size line buffers truncate here, and the truncation is silent.

File
EML · Headers
Use case
Email parsingError handling+1· Conversion set
Preview of EML — Adjacent Encoded-Words (Separator Must Disappear)
eml
544 B
Actual file preview for EML — Adjacent Encoded-Words (Separator Must Disappear)

EML — Adjacent Encoded-Words (Separator Must Disappear)

A Subject split mid-word across two adjacent encoded-words. RFC 2047 requires the linear whitespace between them to be discarded, so the correct result is one word; a decoder that keeps the space renders a split that reads as a typo.

File
EML · Headers
Use case
Email parsingEncoding detection+1· Conversion set
Preview of EML — Attachment With No Filename At All
eml
665 B
Actual file preview for EML — Attachment With No Filename At All

EML — Attachment With No Filename At All

An attachment with a bare Content-Disposition: attachment and no name in either header. A client has to invent a filename, and the extension it invents decides whether the saved file opens as a spreadsheet or as unknown binary.

File
EML · Mime
Use case
Email parsingError handling+1· Conversion set
Preview of EML — Authentication-Results: SPF, DKIM and DMARC All Fail
eml
1.3 KB
Actual file preview for EML — Authentication-Results: SPF, DKIM and DMARC All Fail

EML — Authentication-Results: SPF, DKIM and DMARC All Fail

The failing twin of the all-pass fixture, headers otherwise identical: SPF fail, DKIM fail with a quoted reason property, DMARC fail under p=REJECT. The quoted reason string contains a semicolon-free phrase specifically to test method-splitting.

File
EML · Authentication
Use case
Email parsingMetadata testing· Paired fixture
Preview of EML — Authentication-Results: SPF, DKIM and DMARC All Pass
eml
1.3 KB
Actual file preview for EML — Authentication-Results: SPF, DKIM and DMARC All Pass

EML — Authentication-Results: SPF, DKIM and DMARC All Pass

The fully authenticated baseline: SPF pass, DKIM pass, DMARC pass with aligned domains, under a p=REJECT policy. The DKIM signature is a visible SAMPLE placeholder, so the header parses and reports pass but will never verify cryptographically.

File
EML · Authentication
Use case
Email parsingMetadata testing· Paired fixture
Preview of EML — Base64: Accented UTF-8 Body
eml
672 B
Actual file preview for EML — Base64: Accented UTF-8 Body

EML — Base64: Accented UTF-8 Body

A base64 text/plain message in utf-8 carrying the identical body to the quoted-printable twin beside it. Base64 is opaque to whitespace and line-start characters, so it is the reference side of the pair when a QP decoder is suspect.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — Base64: From-Line and Lone Dot
eml
630 B
Actual file preview for EML — Base64: From-Line and Lone Dot

EML — Base64: From-Line and Lone Dot

A base64 text/plain message in utf-8 carrying the identical body to the quoted-printable twin beside it. Base64 is opaque to whitespace and line-start characters, so it is the reference side of the pair when a QP decoder is suspect.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — Base64: ISO-8859-1 Body
eml
577 B
Actual file preview for EML — Base64: ISO-8859-1 Body

EML — Base64: ISO-8859-1 Body

A base64 text/plain message in iso-8859-1 carrying the identical body to the quoted-printable twin beside it. Base64 is opaque to whitespace and line-start characters, so it is the reference side of the pair when a QP decoder is suspect.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — Base64: Soft Line Breaks
eml
948 B
Actual file preview for EML — Base64: Soft Line Breaks

EML — Base64: Soft Line Breaks

A base64 text/plain message in utf-8 carrying the identical body to the quoted-printable twin beside it. Base64 is opaque to whitespace and line-start characters, so it is the reference side of the pair when a QP decoder is suspect.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — Base64: Trailing Whitespace
eml
596 B
Actual file preview for EML — Base64: Trailing Whitespace

EML — Base64: Trailing Whitespace

A base64 text/plain message in utf-8 carrying the identical body to the quoted-printable twin beside it. Base64 is opaque to whitespace and line-start characters, so it is the reference side of the pair when a QP decoder is suspect.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — dkim=pass but dmarc=fail on Strict Alignment
eml
1.1 KB
Actual file preview for EML — dkim=pass but dmarc=fail on Strict Alignment

EML — dkim=pass but dmarc=fail on Strict Alignment

SPF passes and DKIM passes, yet DMARC fails — because the signing domain is the relay's, not the From domain's, and the policy demands strict alignment. Any dashboard that reports authentication by reading dkim= alone shows this message as trustworthy.

File
EML · Authentication
Use case
Email parsingMetadata testing· Conversion set
Preview of EML — DSN Missing Its message/delivery-status Part (Deliberately Incomplete)
eml
1.1 KB
Actual file preview for EML — DSN Missing Its message/delivery-status Part (Deliberately Incomplete)

EML — DSN Missing Its message/delivery-status Part (Deliberately Incomplete)

A multipart/report that advertises report-type=delivery-status but is deliberately incomplete: the required message/delivery-status part is missing, leaving only human prose and the returned headers. Real MTAs emit this, and a parser must not assume the part exists.

File
EML · Dsn
Use case
Email parsingError handling+1· Conversion set
Preview of EML — DSN Reporting Two Recipients With Different Outcomes
eml
1.6 KB
Actual file preview for EML — DSN Reporting Two Recipients With Different Outcomes

EML — DSN Reporting Two Recipients With Different Outcomes

One multipart/report carrying two per-recipient blocks: a permanent 5.1.1 failure and a temporary 4.4.7 delay for the same original message. Bounce processors that read only the first block suppress a good address, or keep retrying a dead one.

File
EML · Dsn
Use case
Email parsingConversion testing· Conversion set
Preview of EML — DSN Returning Only the Original Headers
eml
1.3 KB
Actual file preview for EML — DSN Returning Only the Original Headers

EML — DSN Returning Only the Original Headers

The same bounce as its twin, except the returned content is text/rfc822-headers — the privacy-preserving form most large providers send. A processor keyed on message/rfc822 finds nothing here and reports an un-attributable bounce.

File
EML · Dsn
Use case
Email parsingConversion testing· Paired fixture