Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MailKit and MimeKit packages to 4.9.0 #17206

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MailKit (source) 4.8.0 -> 4.9.0 age adoption passing confidence
MimeKit (source) 4.8.0 -> 4.9.0 age adoption passing confidence

Release Notes

jstedfast/MailKit (MailKit)

v4.9.0

Compare Source

  • Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses.
    (issue #​1838)
  • Added a workaround for GMail IMAP BODY responses that include multipart expressions without any children
    (e.g. ("ALTERNATIVE")). (issue #​1841)
  • Fixed default system proxy to handle null credentials and check if the targetUri is bypassed.
    (issue #​1852)
  • Dropped support for net6.0 (Microsoft support ended Nov 12, 2024).
  • Bumped System.Threading.Tasks.Extensions dependency to 4.6.0.
  • Bumped MimeKit dependency to 4.9.0.
jstedfast/MimeKit (MimeKit)

v4.9.0

Compare Source

  • Started adding some DynamicallyAccessedMembers attributes for AOT compatibility.
  • Refactored some code for AOT Compatibility (MimeKitLite is now 100% AOT Compatible but MimeKit still has
    issues related to SQLite database loading for the S/MIME certificate database).
    (MailKit issue #​10844)
  • Fixed TextPreviewer to use an encoding with an empty string fallback to prevent '?' characters from
    being appended to the generated preview string if the byte sequence was truncated.
  • Improved performance of InternetAddressList.Parse()/TryParse().
  • Improved InternetAddressList parser performance for malformed addresses that only contain
    display-name strings separated by commas.
    (issue #​1106)
  • Exposed BouncyCastleCertificateExtensions.IsSelfSigned(), GetKeyUsageFlags() and IsDelta() as new public APIs.
  • Exposed X509KeyUsageBits enum as public.
  • Added support for domain-bound S/MIME certificates. (issue #​1113)
  • Dropped support for net6.0 in the nuget packages (Microsoft support ended Nov 12, 2024).
  • Removed explicit dependency on System.Runtime.CompilerServices.Unsafe.
  • Bumped System.Security.Cryptography.Pkcs dependency to v8.0.1.
  • Bumped BouncyCastle.Cryptography dependency to v2.5.0.
  • Bumped System.Buffers dependency to v4.6.0.
  • Bumped System.Memory dependency to v4.6.0.

Configuration

📅 Schedule: Branch creation - "before 5am on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Piedone Piedone merged commit 2cb36e4 into main Dec 10, 2024
13 checks passed
@Piedone Piedone deleted the renovate/mailkit-and-mimekit-packages branch December 10, 2024 20:14
@Piedone Piedone added the dependencies Pull requests that update a dependency file label Dec 10, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant