Crates.io | email-format |
lib.rs | email-format |
version | 0.8.1 |
source | src |
created_at | 2016-10-03 01:41:07.158497 |
updated_at | 2022-07-27 21:18:48.713287 |
description | Email message format (parser and data structure) |
homepage | |
repository | https://github.com/mikedilger/email-format |
max_upload_size | |
id | 6694 |
size | 181,988 |
"Internet Message Format" meticulously implemented for email construction and validation, as defined in RFC 5322 and other RFCs.
set_subject()
,
get_from()
, clear_reply_to()
, add_optional_field()
, etc.lettre
)
and mailstromDateTime
and time Tm
for setting the Date
field
(enable optional feature chrono
and/or time
)content-transfer-encoding
header. We don't yet offer any help in this regard, beyond
the ability to add_optional_field(). You'll have to manage the encoding yourself.
We plan to add convenience functions for this eventually (see issue #19)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.