Skip to content

Releases: genkgo/mail

2.5.2

30 Oct 14:01
Compare
Choose a tag to compare

Fixes UTF-8 issue with addresses and headers.

2.5.1

04 Jun 12:02
f071a22
Compare
Choose a tag to compare

Bug fix: from header was encoded twice, caused problems with very long address names

2.5.0

03 Apr 13:26
Compare
Choose a tag to compare

Replying, forwarding and quoting.

2.4.0

08 Mar 19:44
Compare
Choose a tag to compare

Add MessageBodyCollection and extend SecureConnectionOptions

2.3.0

05 Mar 14:10
Compare
Choose a tag to compare

Adds support for IMAP and a variety of other new features.

2.2.0

05 Jan 08:09
db576bb
Compare
Choose a tag to compare

Adds SMTP server and support for appveyor.

2.1.7

05 Jan 08:08
Compare
Choose a tag to compare

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

05 Jan 08:06
Compare
Choose a tag to compare

Add AggregateTransport to send to multiple transports (e.g. logger and smtp).

2.1.5

05 Dec 16:15
Compare
Choose a tag to compare

add readable string method to address

2.1.4

07 Nov 10:10
Compare
Choose a tag to compare

Another bug fix, when resending same message streams must be rewinded before sending to prevent empty messages.