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 3 of 5; 24 results per page.

Show the canonical directory
Preview of EML — Quoted-Printable: Accented UTF-8 Body
eml
609 B
Actual file preview for EML — Quoted-Printable: Accented UTF-8 Body

EML — Quoted-Printable: Accented UTF-8 Body

A quoted-printable text/plain message in utf-8 whose body carries accented French text, guillemets, an em dash and a euro sign. It is the exact twin of the base64 message beside it: both decode to the same 247 octets, so a decoder can be diffed against a known-equal pair.

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

EML — Quoted-Printable: From-Line and Lone Dot

A quoted-printable text/plain message in utf-8 whose body starts a line with "From " and holds a lone "." line, which quoted-printable escapes as =46rom and =2E. It is the exact twin of the base64 message beside it: both decode to the same 219 octets, so a decoder can be diffed against a known-equal pair.

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

EML — Quoted-Printable: ISO-8859-1 Body

A quoted-printable text/plain message in iso-8859-1 whose body is single-byte ISO-8859-1 rather than UTF-8, so each umlaut is one octet. It is the exact twin of the base64 message beside it: both decode to the same 176 octets, so a decoder can be diffed against a known-equal pair.

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

EML — Quoted-Printable: Soft Line Breaks

A quoted-printable text/plain message in utf-8 whose body holds a single line far past 76 columns, forcing quoted-printable soft breaks. It is the exact twin of the base64 message beside it: both decode to the same 451 octets, so a decoder can be diffed against a known-equal pair.

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

EML — Quoted-Printable: Trailing Whitespace

A quoted-printable text/plain message in utf-8 whose body ends lines with spaces and tabs that quoted-printable must encode as =20 and =09. It is the exact twin of the base64 message beside it: both decode to the same 193 octets, so a decoder can be diffed against a known-equal pair.

File
EML · Mime
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — References Chain With Repeated Message-IDs
eml
689 B
Actual file preview for EML — References Chain With Repeated Message-IDs

EML — References Chain With Repeated Message-IDs

A References header that lists the same two Message-IDs twice, in a repeating order — what a client produces when it appends without checking. A threader that treats the chain as a literal path builds a cycle or reports a depth of four for a two-deep thread.

File
EML · Threading
Use case
Email parsingError handling+1· Conversion set
Preview of EML — References Folded Before Every Message-ID
eml
833 B
Actual file preview for EML — References Folded Before Every Message-ID

EML — References Folded Before Every Message-ID

An eight-deep References chain folded so each Message-ID sits on its own line. There is no comma between msg-ids in this header, so a parser that splits on the line break rather than unfolding first ends up with ids that carry a leading space.

File
EML · Headers
Use case
Email parsingConversion testing· Conversion set
Preview of EML — Reply Whose Parent Message Does Not Exist
eml
625 B
Actual file preview for EML — Reply Whose Parent Message Does Not Exist

EML — Reply Whose Parent Message Does Not Exist

The immediate parent named by In-Reply-To was never delivered, but its grandparent is in the References chain. A threader has to fall back up the chain instead of orphaning the message — the everyday case after a deleted or filtered message.

File
EML · Threading
Use case
Email parsingError handling+1· Conversion set
Preview of EML — Reply With In-Reply-To and No References
eml
517 B
Actual file preview for EML — Reply With In-Reply-To and No References

EML — Reply With In-Reply-To and No References

A reply that declares its parent only through In-Reply-To. Threading code that builds ancestry from References alone files this message as a new thread root, splitting a conversation in the message list.

File
EML · Threading
Use case
Email parsingConversion testing· Paired fixture
Preview of EML — Reply With References and No In-Reply-To
eml
517 B
Actual file preview for EML — Reply With References and No In-Reply-To

EML — Reply With References and No In-Reply-To

The same reply expressed the other way round: a References chain with no In-Reply-To. Together with its twin it isolates which of the two headers a threading implementation actually reads, since either alone is sufficient under RFC 5322.

File
EML · Threading
Use case
Email parsingConversion testing· Paired fixture
Preview of EML — RFC 2047 Subject Mixing Three Charsets
eml
616 B
Actual file preview for EML — RFC 2047 Subject Mixing Three Charsets

EML — RFC 2047 Subject Mixing Three Charsets

A single Subject built from three encoded-words in three charsets and two encodings. RFC 2047 allows this, and it is what happens when a subject is quoted through several mail systems, so each word has to be decoded on its own terms.

File
EML · Headers
Use case
Email parsingEncoding detection+1· Conversion set
Preview of EML — RFC 2047 Subject: ISO-8859-1 'B' Encoding
eml
554 B
Actual file preview for EML — RFC 2047 Subject: ISO-8859-1 'B' Encoding

EML — RFC 2047 Subject: ISO-8859-1 'B' Encoding

The ISO-8859-1 Subject again, base64-encoded instead of Q-encoded. Base64 hides the charset entirely, so this is the fixture that catches a decoder guessing the charset from the octets instead of reading the encoded-word's charset token.

File
EML · Headers · B (base64)
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — RFC 2047 Subject: ISO-8859-1 'Q' Encoding
eml
553 B
Actual file preview for EML — RFC 2047 Subject: ISO-8859-1 'Q' Encoding

EML — RFC 2047 Subject: ISO-8859-1 'Q' Encoding

A German Subject encoded as ISO-8859-1 'Q', the shape most legacy mail actually uses. Each umlaut is one =XX escape, so a decoder that assumes UTF-8 produces mojibake rather than a clean error.

File
EML · Headers · Q
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — RFC 2047 Subject: KOI8-R 'B' Encoding
eml
519 B
Actual file preview for EML — RFC 2047 Subject: KOI8-R 'B' Encoding

EML — RFC 2047 Subject: KOI8-R 'B' Encoding

A Russian Subject as a KOI8-R base64 encoded-word. KOI8-R orders Cyrillic letters by Latin transliteration rather than alphabetically, so a decoder that substitutes any other Cyrillic codepage returns readable-looking but wrong text.

File
EML · Headers · B (base64)
Use case
Email parsingEncoding detection+1· Conversion set
Preview of EML — RFC 2047 Subject: Shift_JIS 'B' Encoding
eml
513 B
Actual file preview for EML — RFC 2047 Subject: Shift_JIS 'B' Encoding

EML — RFC 2047 Subject: Shift_JIS 'B' Encoding

A Japanese Subject as a Shift_JIS base64 encoded-word. Shift_JIS second bytes overlap ASCII punctuation values, so a decoder that scans the decoded octets for delimiters before converting the charset splits the string in the wrong place.

File
EML · Headers · B (base64)
Use case
Email parsingEncoding detection+1· Conversion set
Preview of EML — RFC 2047 Subject: UTF-8 'B' Encoding
eml
543 B
Actual file preview for EML — RFC 2047 Subject: UTF-8 'B' Encoding

EML — RFC 2047 Subject: UTF-8 'B' Encoding

A Subject header carrying accented Latin text and an emoji as a single UTF-8 base64 encoded-word. Its Q-encoded twin decodes to the identical string, so the two together isolate the encoding from the charset.

File
EML · Headers · B (base64)
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — RFC 2047 Subject: UTF-8 'Q' Encoding
eml
556 B
Actual file preview for EML — RFC 2047 Subject: UTF-8 'Q' Encoding

EML — RFC 2047 Subject: UTF-8 'Q' Encoding

The same Subject as the UTF-8 'B' twin, written with 'Q' encoding instead: underscores stand for spaces and every non-token octet is an =XX escape. A decoder that forgets the underscore rule produces visibly different text from its twin.

File
EML · Headers · Q (quoted-printable-like)
Use case
Email parsingEncoding detection+1· Paired fixture
Preview of EML — RFC 2231 Continuation Filename With size and creation-date
eml
886 B
Actual file preview for EML — RFC 2231 Continuation Filename With size and creation-date

EML — RFC 2231 Continuation Filename With size and creation-date

The conformant answer to non-ASCII filenames: a filename split into three numbered RFC 2231 segments with a charset and a language tag, plus size and creation-date parameters. Parsers commonly handle filename*= but not the numbered continuation form.

File
EML · Mime · de
Use case
Email parsingEncoding detection+1· Conversion set
Preview of EML — Second text/plain Part Marked Inline
eml
825 B
Actual file preview for EML — Second text/plain Part Marked Inline

EML — Second text/plain Part Marked Inline

Two text/plain parts inside a mixed container, the second marked inline but carrying a filename. Clients split on this: some concatenate it into the body, some list it as an attachment because a filename is present, and the two behaviours look like different messages.

File
EML · Mime
Use case
Email parsingConversion testing· Conversion set