#smtp #type

smtp-types

Misuse-resistant SMTP types

1 unstable release

0.2.0 Dec 21, 2022

#339 in Email

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

~185KB