Releases: mirage/emile
Releases · mirage/emile
v1.1
CHANGES:
- 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)
v1.0
v0.9
v0.8
v0.7
CHANGES:
- 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
v0.6
v0.5
CHANGES:
- Add helpers about mrmime (@dinosaure)
- Add CI about optional sub-package
emile.mrmime
- Update OPAM file (@dinosaure)
v0.4
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