Skip to content

Releases: go-pkgz/email

Version 0.5.0

18 Dec 19:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

Version 0.4.1

18 Dec 19:05
Compare
Choose a tag to compare

What's Changed

  • fix: set timeout for TLS connections by @gurza in #18
  • update dependencies and bump to go 1.19 and latest linter

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Oct 02:18
39ade55
Compare
Choose a tag to compare

What's Changed

  • Add In-reply-to header for message grouping by @ad in #13
  • feat: support LOGIN auth mechanism by @gurza in #15
  • ci: review linters by @gurza in #16

New Contributors

  • @ad made their first contribution in #13
  • @gurza made their first contribution in #15

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 May 19:50
Compare
Choose a tag to compare

What's Changed

  • add subject encoding for proper non-ascii symbols representation by @paskal in #10
  • Add POST unsubscribe link to the email headers by @paskal in #11
  • fix wrong SMTP client host by @paskal in #12

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Apr 22:19
Compare
Choose a tag to compare

What's Changed

  • add golangci-lint configuration by @paskal in #4
  • Add support of attachments #1 by @s0x90 in #5
  • add starttls support by @s0x90 in #9
  • add inline (embedded) images support by @s0x90 in #8

New Contributors

  • @paskal made their first contribution in #4
  • @s0x90 made their first contribution in #5

Full Changelog: v0.1.2...v0.2.0

Version 0.1.2

11 Feb 20:37
Compare
Choose a tag to compare

Switch to TLS(bool) option

Version 0.1.1

11 Feb 20:31
Compare
Choose a tag to compare

fix package name

Version 0.1.0

11 Feb 20:06
Compare
Choose a tag to compare

initial relase