Skip to content

Releases: mirage/emile

v1.1

19 Nov 20:56
Compare
Choose a tag to compare

CHANGES:

v1.0

18 Sep 12:14
Compare
Choose a tag to compare

CHANGES:

  • Add to_string functions to emit email addresses
  • Better error message (breaking-change)

v0.9

05 May 09:58
Compare
Choose a tag to compare

CHANGES:

  • Update to angstrom.0.14.0

v0.8

14 Mar 17:12
Compare
Choose a tag to compare

CHANGES:

  • dune is no longer a build dependency
  • fix pretty-printers
  • fix comparison functions
  • add tests about comparison functions
  • delete useless internal functions
  • clean the distribution (and delete fmt dependency)

v0.7

24 Jan 09:47
Compare
Choose a tag to compare

CHANGES:

  • Fix support of UTF-8 (@dinosaure)
  • Remove support of mrmime
    mrmime will finally use emile as the parser of email address.
  • Externalize some parsers:
    • address_list
    • mailbox_list
    • group
    • address
  • Handle general-address (domain part) according RFC 5321 and split
    tests about the correctness of IPv6 values

v0.6

10 Dec 19:54
Compare
Choose a tag to compare

CHANGES:

  • Decomplexify parser and avoid FWS token
  • Rewrite compare and equal functions
  • Internal clean of parsers

v0.5

24 Jul 21:21
Compare
Choose a tag to compare

CHANGES:

v0.4

02 Jul 11:34
Compare
Choose a tag to compare

CHANGES:

  • breaking-change Emile does not handle FWS anymore and consider it as basic whitespaces
  • Update documentation
  • Use pecu to decode quoted-printable encoded-word
  • Use last major version of base64 to decode base64 encoded-word
  • Provide emile.cmdliner to be able to parse an email as an option of a binary

v0.3

27 Apr 18:27
Compare
Choose a tag to compare

v0.3 2018-04-27 Paris (France)

  • Update documentation
  • Provide angstrom parser

v0.2

08 Mar 21:38
Compare
Choose a tag to compare

v0.2 2018-03-08 Marrakech (Marco)

  • Update to angstrom.0.9
  • Fix CRLF on common parsing function
  • Better API to parse e-mail address, e-mail address list, etc.