Skip to content

v0.0.6: Dependancy updates and fixes

Choose a tag to compare

@wneessen wneessen released this 01 Jul 11:01
· 98 commits to main since this release
ea584fd

This release updates 3rd party dependencies and deployes some fixes.

Fix DKIM signing for multipart messages

A fix for DKIM signatures in multipart messages has been deployed to address #45. Since the middleware needs to write the message to a buffer, a random boundary is generated for multipart messages. Since this is only a temporary output, when the message is actually sent, a new boundary is generated and therefore the body hash does not match anymore. For now a fixed random boundary will be set to the Msg when the DKIM middleware is used. It is planned to add a GetBoundary method to go-mail, so that if the user already set a fixed boundary, we are not overriding it.

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6