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

Merged
konrad merged 1 commits from renovate/github.com-wneessen-go-mail-0.x into main 2022-10-11 19:18:08 +00:00
Member

This PR contains the following updates:

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

Release Notes

wneessen/go-mail

v0.3.0

Compare Source

This release introduces a couple of new methods on the Msg as well as the Part. This will help the Msg.Middleware to be more extensible since we allow access not only to headers but also to body parts.

To get the Msg body parts, one can now utilize the Msg.GetParts() methods to get the list of currently assigned message parts to the Msg.

Each Part has now an additional list of getters/setters, to read and modify the given part:

  • Part.GetContent(): get the parts content
  • Part.GetContentType(): get the parts content type
  • Part.GetEncoding(): get the parts encoding
  • Part.GetWriteFunc(): get the parts write function

Each of these Part.Get*() methods also has an corresponding Part.Set*() methods what overrides the current value

Noteworthy changes

  • a3a2b0e Introduces the new getter/setter methods

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 | minor | `v0.2.9` -> `v0.3.0` | --- ### Release Notes <details> <summary>wneessen/go-mail</summary> ### [`v0.3.0`](https://github.com/wneessen/go-mail/releases/tag/v0.3.0) [Compare Source](https://github.com/wneessen/go-mail/compare/v0.2.9...v0.3.0) This release introduces a couple of new methods on the `Msg` as well as the `Part`. This will help the `Msg.Middleware` to be more extensible since we allow access not only to headers but also to body parts. To get the Msg body parts, one can now utilize the `Msg.GetParts()` methods to get the list of currently assigned message parts to the `Msg`. Each `Part` has now an additional list of getters/setters, to read and modify the given part: - `Part.GetContent()`: get the parts content - `Part.GetContentType()`: get the parts content type - `Part.GetEncoding()`: get the parts encoding - `Part.GetWriteFunc()`: get the parts write function Each of these `Part.Get*()` methods also has an corresponding `Part.Set*()` methods what overrides the current value #### Noteworthy changes - [`a3a2b0e`](https://github.com/wneessen/go-mail/commit/a3a2b0e4b45409b9d0271da19182a875a827af72) Introduces the new getter/setter methods </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-11 19:01:12 +00:00
renovate added 1 commit 2022-10-11 19:01:13 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2022-10-11 19:03:59 +00:00
konrad merged commit c2104a3374 into main 2022-10-11 19:18:08 +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#1278
No description provided.