Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

2.2.0

Compare
Choose a tag to compare
@ivy ivy released this 09 Jun 20:34
· 12 commits to v2 since this release
2.2.0
63235f2

Added

  • #20: Adds Message.SetBoundary to allow specifying a custom MIME boundary.
  • #22: Adds Message.SetBodyWriter to make it easy to use text/template and
    html/template for message bodies. Contributed by Quantcast.
  • #25: Adds Dialer.StartTLSPolicy so that MandatoryStartTLS can be required,
    or NoStartTLS can disable it. Contributed by Quantcast.