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
4 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'renovate/github.com-wneessen-go-mail-0.x'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This PR contains the following updates:
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 thePart
. This will help theMsg.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 theMsg
.Each
Part
has now an additional list of getters/setters, to read and modify the given part:Part.GetContent()
: get the parts contentPart.GetContentType()
: get the parts content typePart.GetEncoding()
: get the parts encodingPart.GetWriteFunc()
: get the parts write functionEach of these
Part.Get*()
methods also has an correspondingPart.Set*()
methods what overrides the current valueNoteworthy changes
a3a2b0e
Introduces the new getter/setter methodsConfiguration
📅 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.
This PR has been generated by Renovate Bot.
c2104a3374
into main 4 months agoc2104a3374
.