Implementation of email data structure, builder and streaming thereof.
email
crate's SendableEmail
, and so it works with the lettre
crate.The parser is not sufficient for parsing incoming emails. RFC 5322 specifically requires such parsers to recognize obsolete syntax. For generation of emails, obsolete syntax is not necessary, and usage of such is obsoleted by the RFC.
This project was inspired by the earlier email crate, but was reworked from scratch due to a number of significant differences in design, implementation and interface.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.