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

chore(deps): update dependency mailkit to v4.2.0 #107

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
MailKit (source) nuget minor 4.1.0 -> 4.2.0

Release Notes

jstedfast/MailKit (MailKit)

v4.2.0

Compare Source

  • Fixed a bug where the HttpProxyClient and HttpsProxyClient could end up reading the mail server greeting,
    causing a connection failure for the ImapClient/Pop3Client/SmtpClient.
    (issue #​1603)
  • Parse IMAP quota values as ulongs instead of uints for GMail compatibility.
    (issue #​1602)
  • Added support for decoding SMTP DATA to the SmtpDataFilter.
    (issue #​1607)
  • Added a Pop3Client.Size property. (issue #​1623)
  • Refactored more ImapClient commands to split sync/async implementations in order to improve
    performance and reduce GC pressure. (issue #​1335)
  • Added new IMailFolder.GetStream() methods that just take a uid/index and a BodyPart.
  • Added IMailFolder.GetStream/Async() methods that just take a uid or index.
  • Improved initial List<IMessageSummary> capacity estimation for Fetch (IList<UniqueId>, ...).
  • Fixed ByteArrayBuilder.TrimNewLine() to check array bounds properly.
    (issue #​1634)

Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added bot Created by bot dependency Update dependencies labels Sep 2, 2023
@renovate renovate bot merged commit 9de548d into main Sep 2, 2023
1 check passed
@renovate renovate bot deleted the renovate/nuget-packages branch September 2, 2023 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot Created by bot dependency Update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants