• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nette / mail
89%

Build:
DEFAULT BRANCH: master
Repo Added 25 Jan 2021 12:42AM UTC
Files 17
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master
  • v3.1
  • v3.1.10
  • v3.1.11
  • v3.1.6
  • v3.1.7
  • v3.1.8
  • v3.1.9
  • v4.0
  • v4.0.0
  • v4.0.0-RC1
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v4.1.1
  • v4.1.3
  • v4.2.0
  • v4.2.1

18 Aug 2026 10:11AM UTC coverage: 89.332% (+0.01%) from 89.318%
32125521673

push

github

dg
MimePart: quote an encoded display name only when it could be re-parsed (#107)

whenever it contained anything outside RFC 2822 atext. Every accented letter
is outside atext, so every non-ASCII name was quoted, and because the quotes
land inside the base64 payload, clients showed them as part of the name:
"Objednávky domena.cz" instead of Objednávky domena.cz.

Per RFC 2047 §6.2 an encoded-word is decoded only after the field is parsed,
so quotes there are not syntax; they only guard against a receiver that
decodes first and re-parses the result (the Gmail failure behind #102).
The encoded path therefore quotes only names holding a character such a
receiver could turn into another address (,;:<>@"\); diacritics and dots
are encoded bare. The literal path keeps the atext test, where the quotes
are real RFC 5322 delimiters.

5 of 5 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

695 of 778 relevant lines covered (89.33%)

0.89 hits per line

Relevant lines Covered
Build:
Build:
778 RELEVANT LINES 695 COVERED LINES
0.89 HITS PER LINE
Source Files on master
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32125521673 master MimePart: quote an encoded display name only when it could be re-parsed (#107) whenever it contained anything outside RFC 2822 atext. Every accented letter is outside atext, so every non-ASCII name was quoted, and because the quotes land inside t... push 18 Aug 2026 10:11AM UTC dg github
89.33
32125522936 v4.2.1 MimePart: quote an encoded display name only when it could be re-parsed (#107) whenever it contained anything outside RFC 2822 atext. Every accented letter is outside atext, so every non-ASCII name was quoted, and because the quotes land inside t... push 18 Aug 2026 10:11AM UTC dg github
89.33
32125358441 master MimePart: quote an encoded display name only when it could be re-parsed (#107) whenever it contained anything outside RFC 2822 atext. Every accented letter is outside atext, so every non-ASCII name was quoted, and because the quotes land inside t... push 18 Aug 2026 10:09AM UTC dg github
89.32
32124692229 master MimePart: quote an encoded display name only when it could be re-parsed (#107) push 18 Aug 2026 10:02AM UTC web-flow github
89.14
30346220101 v4.2.0 CssInliner: resolves declarations by the CSS cascade Rules were applied in the order they appeared, so the last one to mention a property won. A browser does not work that way: p.intro { color: red } followed by p { color: blue } paints the intro... push 28 Jul 2026 09:21AM UTC dg github
89.16
30280953989 v4.1.3 CssInliner: resolves declarations by the CSS cascade Rules were applied in the order they appeared, so the last one to mention a property won. A browser does not work that way: p.intro { color: red } followed by p { color: blue } paints the intro... push 27 Jul 2026 03:38PM UTC dg github
89.16
30280377988 master CssInliner: resolves declarations by the CSS cascade Rules were applied in the order they appeared, so the last one to mention a property won. A browser does not work that way: p.intro { color: red } followed by p { color: blue } paints the intro... push 27 Jul 2026 03:31PM UTC dg github
89.16
29303012688 master added AGENTS.md & DOCS push 14 Jul 2026 03:13AM UTC dg github
79.49
29282068903 master added AGENTS.md & DOCS push 13 Jul 2026 08:21PM UTC dg github
79.49
24862148226 v4.1.1 Message: setHtmlBody() avoids catastrophic backtracking on large data: URIs [Closes #79] push 23 Apr 2026 10:31PM UTC dg github
80.19
See All Builds (171)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc