Skip to content

Releases: oxidizing/letters

[0.3.2] - 2023-01-24

06 Feb 09:00
e41e1a7
Compare
Choose a tag to compare
  • Allow configuration of optional sendmail mechanism

[0.3.1] - 2022-08-22

22 Aug 14:18
9ed2eed
Compare
Choose a tag to compare

Changed

  • Make SMTP credentials optional by allowing empty strings

0.3.0

15 Sep 12:56
Compare
Choose a tag to compare

Fixed

  • Upgrade to colombe version 0.5.0

Release 0.2.1

04 Dec 16:14
Compare
Choose a tag to compare

CHANGES:

[0.2.1] - 2020-12-07

Fixed

  • Upgrade to colombe version 0.4.0, this fixes vanishing full stop issue,
    when encoded mail body contains line that stars with full stop. See
    SMTP Transparency for more
    information.

Changed

  • Improve service tests
  • Improve documentation for running service tests

Added

  • Use also mailtrap.io in service tests

[0.2.0] - 2020-08-25

Added

  • Support for multipart/alternative emails supporting HTML and plain text bodies
    as alternative representation for the content
  • Add documentation for basic use
  • Add support for detecting CA certificates automatically for peer verification
  • Add support defining bundle or single CA certificate for peer verification
  • Add support for selecting mechanism for CA certificates used for peer
    verification

Changed

  • Refactor configurations into separate module
  • Refactor structure of tests

[0.1.1] - 2020-07-10

Fixed

  • Add missing public_name stanza in library's dune file to make it properly
    available
  • Fix minimum required OCaml version to 4.08.1
  • Relax mrmime and colombe dependency constraints

[0.1.0] - 2020-07-07

Added

  • Support sending email over TLS protected SMTP connection
  • Support sending email over SMTP with STARTTLS
  • Support sending HTML or plain text body

Release 0.2.0

25 Aug 21:21
Compare
Choose a tag to compare

CHANGES:

[0.2.0] - 2020-08-25

Added

  • Support for multipart/alternative emails supporting HTML and plain text bodies
    as alternative representation for the content
  • Add documentation for basic use
  • Add support for detecting CA certificates automatically for peer verification
  • Add support defining bundle or single CA certificate for peer verification
  • Add support for selecting mechanism for CA certificates used for peer
    verification

Changed

  • Refactor configurations into separate module
  • Refactor structure of tests

[0.1.1] - 2020-07-10

Fixed

  • Add missing public_name stanza in library's dune file to make it properly
    available
  • Fix minimum required OCaml version to 4.08.1
  • Relax mrmime and colombe dependency constraints

[0.1.0] - 2020-07-07

Added

  • Support sending email over TLS protected SMTP connection
  • Support sending email over SMTP with STARTTLS
  • Support sending HTML or plain text body

Release 0.1.1

10 Jul 09:07
Compare
Choose a tag to compare

CHANGES:

[0.1.1] - 2020-07-10

Fixed

  • Add missing public_name stanza in library's dune file to make it properly
    available
  • Fix minimum required OCaml version to 4.08.1
  • Relax mrmime and colombe dependency constraints

[0.1.0] - 2020-07-07

Added

  • Support sending email over TLS protected SMTP connection
  • Support sending email over SMTP with STARTTLS
  • Support sending HTML or plain text body

Release 0.1.0

07 Jul 21:32
Compare
Choose a tag to compare

CHANGES:

[0.1.0] - 2020-07-07

Added

  • Support sending email over TLS protected SMTP connection
  • Support sending email over SMTP with STARTTLS
  • Support sending HTML or plain text body