Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Confidence
MailKit (source) 4.8.0 -> 4.14.1 age confidence

Release Notes

jstedfast/MailKit (MailKit)

v4.14.1

Compare Source

  • Re-added NTLM to the list of mechanisms to try by default.
    (issue #​1953)
  • Fixed IMAP to treat '+' as a normal Atom token.
    (issue #​1956)
  • Added fallback logic for imap.strato.de if LIST doesn't return the INBOX.
    (issue #​1957)

v4.14.0

Compare Source

  • Updated MailService::GetSslClientAuthenticationOptions to be protected virtual.
    (issue #​1931)
  • Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are
    supported (natively) to avoid undesirable error messages appearing in dotnet logs
    on Linux systems. (issue #​1924)
  • Bumped MimeKit dependency to 4.14.0.

v4.13.0

Compare Source

  • Fixed tokenization of IMAP atom tokens that start with '+'.
    (issue #​1914)
  • Fixed the Imap/Pop3/Smtp clients to no longer fallback to using the
    ServicePointManager.ServerCertificateValidationCallback method on .NET Core.
    (issue #​1925)
  • Bumped MimeKit dependency to 4.13.0.

v4.12.1

Compare Source

  • Fixed authentication bugs introduced into 4.12.0 related to adding GSSAPI and native NTLM auth support
    which causes problems on Linux/Mac.
    (issue #​1910)
    (issue #​1911)
  • Reverted System.Threading.Tasks.Extensions dependency back to 4.6.2.
  • Reverted System.Formats.Asn1 dependency back to 8.0.1.

v4.12.0

Compare Source

  • Added support for native NTLM auth (using .NET Core's NegotiateAuthentication API).
    This new class is called SaslMechanismNtlmNative and is the default NTLM mechanism
    used by MailKit clients on net8.0+.
  • Added support for the GSSAPI SASL mechanism for net8.0+.
    (issue #​1249)
  • Fixed MailFolder.FirstUnread to be initialized to -1 to indicate unknown.
    (issue #​1898)
  • Added support for non-compliant keywords that begin with ''.
    (issue #​1906)
  • Added SearchQuery.HasKeywords/NotKeywords() overloads that take params instead of IEnumerable<string>.
  • Bumped System.Threading.Tasks.Extensions from 4.6.2 to 4.6.3.
  • Bumped System.Formats.Asn1 from 8.0.1 to 8.0.2.
  • Bumped MimeKit dependency to 4.12.0.

v4.11.0

Compare Source

  • Default MailService.SslProtocols to SslProtocols.None which is what the dotnet SslStream team recommends.
    (As weird as it may seem, SslProtocols.None does not mean "don't support any SSL protocols", it means
    don't override the default system settings.)
  • Bumped MimeKit dependency to 4.11.0.

v4.10.0

Compare Source

  • Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart.
    (issue #​1861)
  • Added exception documentation for methods in IMailFolder.
    (issue #​1868)
  • Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
  • Bumped MimeKit dependency to 4.10.0.

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

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

@renovate renovate bot added the dependencies This PR updates or changes a dependency file label Dec 10, 2024
@renovate renovate bot changed the title Update dependency MailKit to 4.9.0 Update dependency MailKit to 4.10.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from d09f733 to 943d134 Compare January 27, 2025 02:32
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 943d134 to 6a0bdf7 Compare March 9, 2025 00:35
@renovate renovate bot changed the title Update dependency MailKit to 4.10.0 Update dependency MailKit to 4.11.0 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 6a0bdf7 to b95f5aa Compare April 30, 2025 00:59
@renovate renovate bot changed the title Update dependency MailKit to 4.11.0 Update dependency MailKit to 4.12.0 Apr 30, 2025
@renovate renovate bot changed the title Update dependency MailKit to 4.12.0 Update dependency MailKit to 4.12.0 - autoclosed May 13, 2025
@renovate renovate bot closed this May 13, 2025
@renovate renovate bot deleted the renovate/mailkit-4.x branch May 13, 2025 18:23
@renovate renovate bot changed the title Update dependency MailKit to 4.12.0 - autoclosed Update dependency MailKit to 4.12.0 May 13, 2025
@renovate renovate bot reopened this May 13, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch 2 times, most recently from b95f5aa to 4606232 Compare May 17, 2025 16:25
@renovate renovate bot changed the title Update dependency MailKit to 4.12.0 Update dependency MailKit to 4.12.1 May 17, 2025
@renovate renovate bot changed the title Update dependency MailKit to 4.12.1 Update dependency MailKit to 4.13.0 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 4606232 to 719a353 Compare June 25, 2025 18:13
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 719a353 to 277c663 Compare September 28, 2025 22:37
@renovate renovate bot changed the title Update dependency MailKit to 4.13.0 Update dependency MailKit to 4.14.0 Sep 28, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 277c663 to 41aebe7 Compare October 13, 2025 15:55
@renovate renovate bot changed the title Update dependency MailKit to 4.14.0 Update dependency MailKit to 4.14.1 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/mailkit-4.x branch from 41aebe7 to b736acc Compare October 21, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This PR updates or changes a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant