Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps MimeKit from 4.11.0 to 4.12.0.

Changelog

Sourced from MimeKit's changelog.

MimeKit 4.12.0 (2025-04-28)

  • Removed CTRL characters from the list of allowed domain characters.
  • Fixed a bug in the address list parser in Strict mode that allowed 2 addresses to be separated by whitespace instead of requiring a comma.
  • Added a new MimeAnonymizer class that can be used to anonymize MimeMessages by x-ing out non-syntactically relevant information.
  • Fixed TryParse methods to not throw ArgumentExceptions. (issue #1158)
  • Fixed a bug in MimeReader that used the buffer offset instead of the stream offset to check if the stream position was beyond the byte offset specified by a Content-Length header when parsing UNIX mbox files.
  • Fixed a long-standing bug in MimeParser (which also existed in MimeReader) where it would encounter a buffering bug when parsing some Mbox files (typically multi-gigabyte). (issue #991)
  • Fixed AttachmentCollection.Add/AddAsync methods to dispose the MimePart it is creating if loading content fails from the stream fails.
  • Added leaveOpen parameters for HtmlWriter .ctors. (issue #1159)
  • Fixed parsing when ParserOptions.AllowUnquotedCommasInAddresses = false. This used to incorrectly allow unquoted commas in address Display Names if the comma followed at least 2 words.
Commits
  • d5d4cc9 Bumped version to 4.12.0
  • 08a1208 Fixed parsing when ParserOptions.AllowUnquotedCommasInAddresses = false
  • c4c5857 protect against multiple Dispose() calls in HtmlWriter
  • 4b84acc Added leaveOpen parameters for HtmlWriter .ctors
  • 42e37bd Remove old cov-int build data when generating new coverage
  • 5fbe474 Anonymize Authentication-Results, DKIM-Signature and ARC headers.
  • 23b72dc Use Path.GetRandomFileName() instead of Path.GetTempFileName()
  • d7a5b02 Fixed AttachmentCollection to dispose the MimePart if loading content fails
  • 9f962e7 Modified AsymmetricAlgorithmExtensions to satisfy static analysis
  • f2748cb Get rid of a useless call in GnuPGContext.SignKey()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MimeKit](https://github.com/jstedfast/MimeKit) from 4.11.0 to 4.12.0.
- [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MimeKit@4.11.0...4.12.0)

---
updated-dependencies:
- dependency-name: MimeKit
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant