email-format

Implementation of email data structure, builder and streaming thereof.

Features

Features TBD

Limitations

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.

History

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.

License

Licensed under either of

at your option.

Contribution

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.