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

jstedfast / MimeKit / 4.1.0.914
0%
master: 94%

Build:
Build:
LAST BUILD BRANCH: mime-compliance-violations
DEFAULT BRANCH: master
Ran 31 Aug 2023 03:08AM UTC
Jobs 1
Files 0
Run time 1s
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

31 Aug 2023 03:00AM UTC coverage: 0.0%. Remained the same
4.1.0.914

Pull #952

coveralls.net

jstedfast
Reduced memory allocations in Rfc2047.DecodePhrase() and DecodeText()

By pushing the DecodeTokens() logic into a new interface so that decoding
can be done incrementally as we tokenize the phrase/text, we can avoid
allocating a List<Token> (and all of the tokens that goes with it) which
can drastically reduce GC pressure, especially when calling MailKit's
ImapFolder.Fetch() methods with MessageSummaryItems.Envelope.
Pull Request #952: Reduced memory allocations in Rfc2047.DecodePhrase() and DecodeText()

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4.1.0.914.1 31 Aug 2023 03:08AM UTC 0
0.0
Source Files on build 4.1.0.914
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #952
  • PR Base - master (#4.1.0.913)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc