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

jstedfast / MimeKit / 4.15.1.1989
95%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2026 08:28PM UTC
Jobs 1
Files 194
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

21 Mar 2026 08:19PM UTC coverage: 94.792% (-0.005%) from 94.797%
4.15.1.1989

push

coveralls.net

jstedfast
Replaced CertificateValidationException with a different approach

BouncyCastleSecureMimeContext.Encrypt/Async() methods should continue to
throw an Org.BouncyCastle.Cms.CmsException in order to preserve API/ABI
compatibility.

Introduce a new CmsEnvelopeException subclass of Org.BouncyCastle.Cms.CmsException
so that we can add helpful docs.

CmsEnvelopeException will either wrap the Org.BouncyCastle.Cms.CmsException
thrown by internals of BouncyCastle -or- an AggregateException that wraps
1 or more CmsRecipientExceptions.

CmsRecipientException provides 2 properties:
1. CmsRecipient which can be used to remove it from the CmsRecipientCollection
2. Mailbox which can be used for the same purpose when the developer opted to
   use the IEnumerable<MailboxAddress> API.

Updated CmsRecipient to add an (internal) MailboxAddress property for this purpose
and updated DefaultSecureMimeContext and TemporarySecureMimeContext to set
the Mailbox property.

Updated the UnitTests for these changes.

32852 of 34657 relevant lines covered (94.79%)

0.95 hits per line

Coverage Regressions

Lines Coverage ∆ File
18
94.78
-0.02% D/a/MimeKit/MimeKit/MimeKit/Cryptography/BouncyCastleSecureMimeContext.cs
Jobs
ID Job ID Ran Files Coverage
1 4.15.1.1989.1 21 Mar 2026 08:28PM UTC 194
94.79
Source Files on build 4.15.1.1989
  • Tree
  • List 194
  • Changed 6
  • Source Changed 6
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 404fe81b on github
  • Prev Build on master (#4.15.1.1985)
  • Next Build on master (#4.15.1.1993)
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