Skip to content

Releases: mirage/colombe

0.11.0

25 Oct 14:44
Compare
Choose a tag to compare

CHANGES:

  • Add temporary errors and let the opportunity for the user to retry the submission (#80, @dinosaure)
  • Add some logs when we use STARTTLS (#80, @dinosaure)

0.10.0

15 Oct 09:05
Compare
Choose a tag to compare

CHANGES:

  • Be able to compose errors from sendmail packages (@dinosaure, #76)

  • Add the new package sendmail-mirage (@dinosaure, #77)

  • breaking-change Improve the sendmail library.

    The sendmail library is able to send an email with or without STARTTLS. If
    the user gives an authentication method (with a password), we require STARTTLS
    in anyway. Otherwise, we return the Encryption_required error. By this way,
    the sendmail package does not leak such information.

    We also separate two kind of use about sendmail:

    • the submission of an email to an authority
    • how send an email to its destination

    The second is the most basic (and probably what you want). The first is useful
    when you want to pass through an authority (such as gmail.com or your own
    mail exchange server) to send an email to a destination.

0.9.0

18 Sep 16:57
Compare
Choose a tag to compare

CHANGES:

0.8.1

22 Apr 17:15
Compare
Choose a tag to compare

CHANGES:

received-v0.5.2

07 Mar 09:47
c0593a1
Compare
Choose a tag to compare

CHANGES:

0.8.0

20 Feb 16:30
cdd3ea4
Compare
Choose a tag to compare

CHANGES:

0.7.0

30 Nov 10:09
Compare
Choose a tag to compare

CHANGES:

received-v0.5.1

04 Jan 11:10
Compare
Choose a tag to compare

CHANGES:

  • Upgrade received with the new version of mrmime (#38, @dinosaure)

v0.6.0

03 Jan 14:51
Compare
Choose a tag to compare

CHANGES:

0.5.0

30 Aug 20:14
Compare
Choose a tag to compare

CHANGES: