Releases: genkgo/mail
Releases · genkgo/mail
2.5.2
Fixes UTF-8 issue with addresses and headers.
2.5.1
Bug fix: from header was encoded twice, caused problems with very long address names
2.5.0
Replying, forwarding and quoting.
2.4.0
Add MessageBodyCollection and extend SecureConnectionOptions
2.3.0
Adds support for IMAP and a variety of other new features.
2.2.0
Adds SMTP server and support for appveyor.
2.1.7
Fix bug: streams with an appended filter might have different results when not reset (using stream->rewind). This is not OK for streams that will be DKIM signed.
2.1.6
Add AggregateTransport to send to multiple transports (e.g. logger and smtp).
2.1.5
add readable string method to address
2.1.4
Another bug fix, when resending same message streams must be rewinded before sending to prevent empty messages.