github wneessen/go-mail v0.3.4
v0.3.4: MessageIDs and preformatted headers

latest releases: v0.7.2, v0.7.1, v0.7.0...
3 years ago

This release introduces a bugfix and an enhancement:

  • A bug was fixed in the MessageID generation. Due to the lack of randomness, the generated IDs for several messages might be the same. Therefore the requirement of uniqueness is not fulfilled. This has been fixed via #75
  • A new methods SetHeaderPreformatted has been introduced, which allows the user to set a message header with preformated text. The header will not be altered during the mail message processing/output. More details in #77

What's Changed

  • Fixed SetMessageID message ID generation by @wneessen in #75
  • Add SetHeaderPreformatted() method by @wneessen in #77
  • The new messageID generated with #74 is a bit too long by default. Th… by @wneessen in #78

Full Changelog: v0.3.3...v0.3.4

Don't miss a new go-mail release

NewReleases is sending notifications on new releases.