- Add some tests to check the behavior of the pretty-printer (@dinosaure, #14)
- Fix the implementation of the quoted-string (@dinosaure, #14)
- Fix internal list pretty-printer (discovered by @hannes, @dinosaure, #14)
- Add
to_string
functions to emit email addresses - Better error message (breaking-change)
- Update to
angstrom.0.14.0
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)
- Fix support of UTF-8 (@dinosaure)
- Remove support of
mrmime
mrmime
will finally useemile
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
- Decomplexify parser and avoid FWS token
- Rewrite
compare
andequal
functions - Internal clean of parsers
- Add helpers about mrmime (@dinosaure)
- Add CI about optional sub-package
emile.mrmime
- Update OPAM file (@dinosaure)
- 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
- Update documentation
- Provide
angstrom
parser
- Update to angstrom.0.9
- Fix CRLF on common parsing function
- Better API to parse e-mail address, e-mail address list, etc.
- First release