fix(deps): update module github.com/wneessen/go-mail to v0.3.4 #1302

Merged
konrad merged 1 commits from renovate/github.com-wneessen-go-mail-0.x into main 2022-10-27 06:31:29 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/wneessen/go-mail require patch v0.3.3 -> v0.3.4

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

wneessen/go-mail

v0.3.4

Compare Source

This release introduces a bugfix and an enhancement:

  • A bug was fixed in the MessageID generation. Due to the lack of randomness, the generated IDs for several messages might be the same. Therefore the requirement of uniqueness is not fulfilled. This has been fixed via #​75
  • A new methods SetHeaderPreformatted has been introduced, which allows the user to set a message header with preformated text. The header will not be altered during the mail message processing/output. More details in #​77

What's Changed

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.3.3...v0.3.4


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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/wneessen/go-mail](https://github.com/wneessen/go-mail) | require | patch | `v0.3.3` -> `v0.3.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wneessen/go-mail</summary> ### [`v0.3.4`](https://github.com/wneessen/go-mail/releases/tag/v0.3.4) [Compare Source](https://github.com/wneessen/go-mail/compare/v0.3.3...v0.3.4) This release introduces a bugfix and an enhancement: - A bug was fixed in the MessageID generation. Due to the lack of randomness, the generated IDs for several messages might be the same. Therefore the requirement of uniqueness is not fulfilled. This has been fixed via [#&#8203;75](https://github.com/wneessen/go-mail/issues/75) - A new methods `SetHeaderPreformatted` has been introduced, which allows the user to set a message header with preformated text. The header will not be altered during the mail message processing/output. More details in [#&#8203;77](https://github.com/wneessen/go-mail/issues/77) #### What's Changed - Fixed SetMessageID message ID generation by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/75 - Add SetHeaderPreformatted() method by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/77 - The new messageID generated with [#&#8203;74](https://github.com/wneessen/go-mail/issues/74) is a bit too long by default. Th… by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/78 **Full Changelog**: https://github.com/wneessen/go-mail/compare/v0.3.3...v0.3.4 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-10-26 15:01:35 +00:00
renovate added 1 commit 2022-10-26 15:01:36 +00:00
konrad merged commit 05358350af into main 2022-10-27 06:31:29 +00:00
konrad deleted branch renovate/github.com-wneessen-go-mail-0.x 2022-10-27 06:31:29 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
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: vikunja/vikunja#1302
No description provided.