Skip to content

Releases: domodwyer/mailyak

v3.3.0

10 Nov 20:15
v3.3.0
ccbef99
Compare
Choose a tag to compare

Adds support for explicit TLS (#54), and drastically reduces the memory required to send large emails (#55), particularly with attachments.

Thanks to @darnmason for the helpful TLS design input!

v3.2.2

03 Nov 12:08
v3.2.2
6fda63b
Compare
Choose a tag to compare

Fixes a bug causing emails to be sent with the same timestamp when reusing a MailYak instance (#50).

Thanks to @jacksgt for both identifying, and fixing the issue!

v3.2.1

07 Sep 21:32
v3.2.1
c8af226
Compare
Choose a tag to compare

Updates the Go module path.

Thanks @karelbilek!

v3.2.0

14 Aug 16:36
v3.2.0
0e8cf84
Compare
Choose a tag to compare

Adds Content-ID for all attachments (#45)

Thanks @soky314 !

v3.1.2

24 Jul 15:38
v3.1.2
a05347a
Compare
Choose a tag to compare

Fixes an issue with attachment lengths #39 (thanks @evangwt)!

Chunked writes

12 Dec 16:00
89444b0
Compare
Choose a tag to compare

Fixes an issue with overly long base64-encoded lines when writing attachments in chunks.

Thanks to @jazzboME for reporting and helping develop a fix!

Custom MIME attachments, quoted printable, etc

07 Nov 22:04
v3.1.0
Compare
Choose a tag to compare

A release with a couple features and bug fixes:

  • Send ccAddrs to the smtp server as RCPT TO addresses - @makiton (#24)
  • New AddHeader() to specify arbitrary headers - @deanishe (#27)
  • Attach files with specified mime types - @mmmguitar (#28)
  • Encode email body as 'quoted-printable' - @cygy (#31)

Thanks for the PRs!

Encode headers according to RFC1342

29 Mar 15:17
v3.0.3
Compare
Choose a tag to compare

Encodes non-ASCII header characters according to RFC1342.

Thanks to @aandrade1234 for reporting.

Include "Date" header

29 Mar 14:44
v3.0.2
Compare
Choose a tag to compare

Bugfix release - #22

Thanks to @joanbalaguero for the report and @rwhittington for the PR!

Support spaces in attachment filenames

29 Mar 14:43
v3.0.1
Compare
Choose a tag to compare