Skip to content

Commit

Permalink
Update dependency MailKit to v4.6.0 (#940)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [MailKit](http://www.mimekit.net/)
([source](https://togithub.com/jstedfast/MailKit)) | `4.5.0` -> `4.6.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/nuget/MailKit/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MailKit/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/MailKit/4.5.0/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MailKit/4.5.0/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jstedfast/MailKit (MailKit)</summary>

###
[`v4.6.0`](https://togithub.com/jstedfast/MailKit/blob/HEAD/ReleaseNotes.md#MailKit-460-2024-05-17)

[Compare
Source](https://togithub.com/jstedfast/MailKit/compare/4.5.0...4.6.0)

- Swallow SMTP RSET exceptions. These obscure other Send/SendAsync
exceptions. Fixes a regression
introduced in 4.4.0. (issue
[#&#8203;1748](https://togithub.com/jstedfast/MailKit/issues/1748))
- Fixed ImapUtils.FormatInternalDate() to properly handle negative
timezone offsets with non-zero minutes.
(issue [#&#8203;1743](https://togithub.com/jstedfast/MailKit/pull/1753))
-   Bumped MimeKit dependency to 4.6.0.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 72f4242 commit 8de4f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orso.Arpa.Mail/Orso.Arpa.Mail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="4.5.0" />
<PackageReference Include="MailKit" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8de4f0a

Please sign in to comment.