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

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

This PR contains the following updates:

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

Release Notes

wneessen/go-mail

v0.3.1

Compare Source

This release introduces a couple of new methods on the Msg, which will help the Msg.Middleware to deal with Msg attachments.

To get the Msg attachments, we can now use the Msg.GetAttachments() methods to get the list of currently assigned attachments to the Msg.

To set the Msg attachments, we can now use the Msg.SetAttachments() methods to set a list of *File as Msg attachments.

What's Changed

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.3.0...v0.3.1


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.0` -> `v0.3.1` | --- ### Release Notes <details> <summary>wneessen/go-mail</summary> ### [`v0.3.1`](https://github.com/wneessen/go-mail/releases/tag/v0.3.1) [Compare Source](https://github.com/wneessen/go-mail/compare/v0.3.0...v0.3.1) This release introduces a couple of new methods on the `Msg`, which will help the `Msg.Middleware` to deal with `Msg` attachments. To get the `Msg` attachments, we can now use the `Msg.GetAttachments()` methods to get the list of currently assigned attachments to the Msg. To set the `Msg` attachments, we can now use the `Msg.SetAttachments()` methods to set a list of `*File` as `Msg` attachments. #### What's Changed - Expose Msg attachments fields by [@&#8203;dhia-gharsallaoui](https://github.com/dhia-gharsallaoui) in https://github.com/wneessen/go-mail/pull/63 (Thanks to [Dhia Gharsallaoui](https://github.com/dhia-gharsallaoui) for the PR!) **Full Changelog**: https://github.com/wneessen/go-mail/compare/v0.3.0...v0.3.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-10-12 16:01:14 +00:00
renovate added 1 commit 2022-10-12 16:01:14 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2022-10-12 16:11:08 +00:00
konrad merged commit dca51c762b into main 2022-10-12 16:14:31 +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#1281
No description provided.