Skip to content

Update dependency MailKit to v4.4.0

Alessio Parma requested to merge renovate/mailkit-4.x into main

This MR contains the following updates:

Package Type Update Change
MailKit (source) nuget minor 4.3.0 -> 4.4.0

Release Notes

jstedfast/MailKit (MailKit)

v4.4.0

Compare Source

  • Added net8.0 targets
  • Split more sync/async logic to reduce allocations made by async state machines when calling the synchronous public APIs instead of the async APIs. (issue #​1335)
  • Fixed logic for formatting IMAP FETCH HEADER.FIELDS.NOT corner case that was exposed by newly added unit tests.
  • Fixed SmtpClient to disconnect during Authenticate/Async on socket errors.
  • Fixed SmtpClient's re-EHLO logic to disconnect on errors.
  • Added workaround for Zoho IMAP servers returning MODSEQ -1. (issue #​1686)
  • Added workaround for some IMAP servers that use () instead of NIL for an unset Content-Location header in the BODYSTRUCTURE response. (issue #​1700)
  • Fixed an issue in the Socket.ConnectAsync logic that could result in unhandled exceptions on the async thread if the ConnectAsync was cancelled. (issue #​1703)
  • Added work-around for Yandex IMAP GetBodyPart() response not including content. (issue #​1708)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports