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

jhillyerd / enmime / 33988331936
87%

Build:
DEFAULT BRANCH: main
Ran 05 Sep 2026 07:51PM UTC
Jobs 2
Files 40
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

05 Sep 2026 07:50PM UTC coverage: 86.965% (+0.2%) from 86.742%
33988331936

push

github

web-flow
Add MaxMIMEParts option to cap parsed MIME parts (#413)

* Add MaxMIMEParts option to cap parsed MIME parts

Messages with a huge number of (possibly tiny) sibling parts could consume
excessive CPU and memory while parsing: every part was materialized with no
part-count limit, and appending each child re-walked the sibling chain,
making part insertion quadratic in the number of parts.

- Add the MaxMIMEParts parser option (default 10000, zero or negative
  disables), enforced by a budget shared across nested multipart parsing.
  Exceeding it aborts parsing with a TooManyPartsError, which is always
  fatal even when SkipMalformedParts is enabled, since the part tree would
  be incomplete.
- Track the tail of each child chain in parseParts via the new appendChild
  helper so appends are O(1) instead of walking the sibling list; AddChild
  delegates to it, preserving its public behavior.

* Fix lint

55 of 55 new or added lines in 3 files covered. (100.0%)

3416 of 3928 relevant lines covered (86.97%)

4327.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go-1.25.x - 33988331936.1 05 Sep 2026 07:51PM UTC 40
86.97
GitHub Action Run
2 Go-1.26.x - 33988331936.2 05 Sep 2026 07:51PM UTC 40
86.97
GitHub Action Run
Source Files on build 33988331936
  • Tree
  • List 40
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6c69c1c3 on github
  • Prev Build on main (#33983401449)
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