[PR #58] [CLOSED] Bump github.com/jhillyerd/enmime from 0.10.1 to 0.11.0 #427

Closed
opened 2026-03-15 14:18:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/58
Author: @dependabot[bot]
Created: 2/27/2023
Status: Closed

Base: developHead: dependabot/go_modules/github.com/jhillyerd/enmime-0.11.0


📝 Commits (1)

  • 1d3a43a Bump github.com/jhillyerd/enmime from 0.10.1 to 0.11.0

📊 Changes

2 files changed (+5 additions, -7 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+3 -5)

📄 Description

Bumps github.com/jhillyerd/enmime from 0.10.1 to 0.11.0.

Release notes

Sourced from github.com/jhillyerd/enmime's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v0.10.1...v0.11.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/58 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/27/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/go_modules/github.com/jhillyerd/enmime-0.11.0` --- ### 📝 Commits (1) - [`1d3a43a`](https://github.com/axllent/mailpit/commit/1d3a43abd2f2ab2e78eef2b4491137d3507dbb6d) Bump github.com/jhillyerd/enmime from 0.10.1 to 0.11.0 ### 📊 Changes **2 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+3 -5) </details> ### 📄 Description Bumps [github.com/jhillyerd/enmime](https://github.com/jhillyerd/enmime) from 0.10.1 to 0.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jhillyerd/enmime/releases">github.com/jhillyerd/enmime's releases</a>.</em></p> <blockquote> <h2>v0.11.0</h2> <h2>What's Changed</h2> <ul> <li>feat: parse DSN by <a href="https://github.com/dmytrokasianenko-outreach"><code>@​dmytrokasianenko-outreach</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/268">jhillyerd/enmime#268</a></li> <li>Remove CHANGELOG.md, see GitHub releases instead by <a href="https://github.com/jhillyerd"><code>@​jhillyerd</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/272">jhillyerd/enmime#272</a></li> <li>fix: Reject invalid MIME header name characters to support Go 1.20 by <a href="https://github.com/jhillyerd"><code>@​jhillyerd</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/270">jhillyerd/enmime#270</a></li> <li>parser: Add MaxStoredPartErrors option by <a href="https://github.com/jhillyerd"><code>@​jhillyerd</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/274">jhillyerd/enmime#274</a></li> <li>be able to control randomness of boundary headers by <a href="https://github.com/xoba"><code>@​xoba</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/276">jhillyerd/enmime#276</a></li> <li>feat: export DecodeRFC2047 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/277">#277</a>) by <a href="https://github.com/usedbytes"><code>@​usedbytes</code></a> in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/278">jhillyerd/enmime#278</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/xoba"><code>@​xoba</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/276">jhillyerd/enmime#276</a></li> <li><a href="https://github.com/usedbytes"><code>@​usedbytes</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/278">jhillyerd/enmime#278</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jhillyerd/enmime/pull/281">jhillyerd/enmime#281</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jhillyerd/enmime/compare/v0.10.1...v0.11.0">https://github.com/jhillyerd/enmime/compare/v0.10.1...v0.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jhillyerd/enmime/commit/564f41862288d9afaf4db210e761ecc9320455c6"><code>564f418</code></a> build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/281">#281</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/ba69e72a7f2f2c08ad82b033b884dd52054b0eb7"><code>ba69e72</code></a> Refactor a couple parts of the boundary random sourcing (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/280">#280</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/65ae7bc1982934c101272cc6688e6c2db19dfe0f"><code>65ae7bc</code></a> Add direnv nix flake config (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/279">#279</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/ca81e6f0711b3fbb5c8c8bbe291d6e882fee1bad"><code>ca81e6f</code></a> feat: export DecodeRFC2047 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/277">#277</a>) (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/278">#278</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/216150303057fa3745ca7da26b4664f724987b3b"><code>2161503</code></a> feature: control randomness of boundary headers (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/276">#276</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/7c7bb371f2c3da3f0e7f51485fe8d9cb733a1989"><code>7c7bb37</code></a> maint: Test with Go 1.19, 1.20 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/275">#275</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/33640c3cda5518d190fd5649747ac8afcb044800"><code>33640c3</code></a> parser: Add MaxStoredPartErrors option (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/274">#274</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/95601a3d52d021e8c17d8c7f6334f691f67966b6"><code>95601a3</code></a> Update golangci-lint to 1.51.0 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/265">#265</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/3cc8cfbd9dfd4354d5b4723ecad994b4ddaddf98"><code>3cc8cfb</code></a> maint: Format with gofmt from go 1.20 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/273">#273</a>)</li> <li><a href="https://github.com/jhillyerd/enmime/commit/415ff72f7a2728fd37da3f7403e0539bb23a2a6b"><code>415ff72</code></a> fix: Reject invalid MIME header name characters to support Go 1.20 (<a href="https://github-redirect.dependabot.com/jhillyerd/enmime/issues/270">#270</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jhillyerd/enmime/compare/v0.10.1...v0.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jhillyerd/enmime&package-manager=go_modules&previous-version=0.10.1&new-version=0.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:18:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#427
No description provided.