#smtp #type

smtp-types

Misuse-resistant SMTP types

1 unstable release

0.2.0 Dec 21, 2022

#322 in Email

Download history 7/week @ 2024-02-18 9/week @ 2024-02-25 47/week @ 2024-03-10 1/week @ 2024-03-17 12/week @ 2024-03-31

60 downloads per month

MIT/Apache

34KB
692 lines

Misuse-resistant SMTP Types

This library provides types, i.e., structs and enums, to support SMTP implementations.

Features

  • Rust's type system is used to enforce correctness and make the library misuse-resistant. It must not be possible to construct a type that violates the SMTP specification.

License

This crate is dual-licensed under Apache 2.0 and MIT terms.

Dependencies

~170KB