Releases: domodwyer/mailyak
Releases · domodwyer/mailyak
v3.3.0
v3.2.2
v3.2.1
Updates the Go module path.
Thanks @karelbilek!
v3.2.0
v3.1.2
Chunked writes
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
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
Encodes non-ASCII header characters according to RFC1342.
Thanks to @aandrade1234 for reporting.
Include "Date" header
Bugfix release - #22
Thanks to @joanbalaguero for the report and @rwhittington for the PR!
Support spaces in attachment filenames
Bugfix release - see #18
Thanks to @rickvanbodegraven!