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

Merged
konrad merged 1 commits from renovate/github.com-wneessen-go-mail-0.x into main 2023-07-08 12:22:54 +00:00
Member

This PR contains the following updates:

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

Release Notes

wneessen/go-mail

v0.4.0: : Custom dial contexts and OAUTH2 support

Compare Source

This release adds two great improvements to go-mail.

Custom dial contexts

The newly added option allows for providing custom dial contexts, to use i. e. for some more extra processes in establish a connection such as using proxy, DNS hook, and so on. The dial context can be provided via the WithDialContextFunc option on the Client. Huge thanks to @​sters for their contribution to the project!

OAUTH2 support

@​drakkan (Developer of the excellent SFTPGO) added a new SMTP auth option for OAUTH2 authentication tokens (aka XOAUTH2). We now support Google and Microsoft O365 OAUTH2 authentication tokens. With this, go-mail now support 4 different SMTP Auth variants: LOGIN, PLAIN, CRAM-MD, XOAUTH2.
Thanks again @​drakkan for this contribution and also big thanks to @​james-d-elliott for helping to test this new option and providing their broad knowledge to this feature.

Other changes

We've synced up the changes that were made to the official go net/smtp package with our own copy. So this way go-mail is fully in sync with the official go package again.

What's Changed

New Contributors

Full Changelog: https://github.com/wneessen/go-mail/compare/v0.3.9...v0.4.0


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, check this box

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.3.9` -> `v0.4.0` | --- ### Release Notes <details> <summary>wneessen/go-mail</summary> ### [`v0.4.0`](https://github.com/wneessen/go-mail/releases/tag/v0.4.0): : Custom dial contexts and OAUTH2 support [Compare Source](https://github.com/wneessen/go-mail/compare/v0.3.9...v0.4.0) This release adds two great improvements to go-mail. #### Custom dial contexts The newly added option allows for providing custom dial contexts, to use i. e. for some more extra processes in establish a connection such as using proxy, DNS hook, and so on. The dial context can be provided via the `WithDialContextFunc` option on the `Client`. Huge thanks to [@&#8203;sters](https://github.com/sters) for their contribution to the project! #### OAUTH2 support [@&#8203;drakkan](https://github.com/drakkan) (Developer of the excellent [SFTPGO](https://github.com/drakkan/sftpgo)) added a new SMTP auth option for OAUTH2 authentication tokens (aka XOAUTH2). We now support Google and Microsoft O365 OAUTH2 authentication tokens. With this, go-mail now support 4 different SMTP Auth variants: LOGIN, PLAIN, CRAM-MD, XOAUTH2. Thanks again [@&#8203;drakkan](https://github.com/drakkan) for this contribution and also big thanks to [@&#8203;james-d-elliott](https://github.com/james-d-elliott) for helping to test this new option and providing their broad knowledge to this feature. #### Other changes We've synced up the changes that were made to the official go net/smtp package with our own copy. So this way go-mail is fully in sync with the official go package again. #### What's Changed - Sync upstream changes to net/smtp by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/127 - Adding WithDialContextFunc client option by [@&#8203;sters](https://github.com/sters) in https://github.com/wneessen/go-mail/pull/128 - add Oauth2 support by [@&#8203;drakkan](https://github.com/drakkan) in https://github.com/wneessen/go-mail/pull/130 - Preparation for the v0.4.0 release: by [@&#8203;wneessen](https://github.com/wneessen) in https://github.com/wneessen/go-mail/pull/131 - oauth2: add more test cases by [@&#8203;drakkan](https://github.com/drakkan) in https://github.com/wneessen/go-mail/pull/132 #### New Contributors - [@&#8203;sters](https://github.com/sters) made their first contribution in https://github.com/wneessen/go-mail/pull/128 - [@&#8203;drakkan](https://github.com/drakkan) made their first contribution in https://github.com/wneessen/go-mail/pull/130 **Full Changelog**: https://github.com/wneessen/go-mail/compare/v0.3.9...v0.4.0 </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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yNC42IiwidXBkYXRlZEluVmVyIjoiMzUuMjQuNiJ9-->
renovate added the
dependencies
label 2023-07-08 12:02:05 +00:00
renovate added 1 commit 2023-07-08 12:02:06 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
adbc1d2997
fix(deps): update module github.com/wneessen/go-mail to v0.4.0
konrad merged commit adbc1d2997 into main 2023-07-08 12:22:54 +00:00
konrad deleted branch renovate/github.com-wneessen-go-mail-0.x 2023-07-08 12:22:55 +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#1570
No description provided.