Skip to content

Update dependency MailKit to v4.3.0

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

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
MailKit (source) 4.2.0 -> 4.3.0 age adoption passing confidence

Release Notes

jstedfast/MailKit (MailKit)

v4.3.0

Compare Source

  • Fixed an ArgumentOutOfRangeException error in Fetch(int min, int max, ...) where min and max were greater than folder.Count. (issue #​1640)
  • Fixed parsing of IMAP FETCH (message/stream) responses with unsolicited FLAGS.
  • Fixed support for the IMAP FILTERS extension. Previously this extension was not properly detected.
  • When parsing IMAP CAPABILITIES, treat lone '+' tokens as atoms. (issue #​1654)
  • Bumped MimeKit dependency to 4.3.0.

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