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

nette / mail / 32125358441
89%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 10:09AM UTC
Jobs 1
Files 17
Run time 1min
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

18 Aug 2026 10:09AM UTC coverage: 89.318% (+0.2%) from 89.136%
32125358441

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.

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

1 existing line in 1 file now uncovered.

694 of 777 relevant lines covered (89.32%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
94.66
0.0% src/Mail/MimePart.php
Jobs
ID Job ID Ran Files Coverage
1 32125358441.1 18 Aug 2026 10:09AM UTC 17
89.32
GitHub Action Run
Source Files on build 32125358441
  • Tree
  • List 17
  • Changed 17
  • Source Changed 17
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32125358441
  • 882cc4ff on github
  • Prev Build on master (#32124692229)
  • Next Build on master (#32125521673)
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