smtp-types

Crates.iosmtp-types
lib.rssmtp-types
version0.2.0
sourcesrc
created_at2022-12-21 18:52:59.114933
updated_at2022-12-21 18:52:59.114933
descriptionMisuse-resistant SMTP types
homepage
repositoryhttps://github.com/duesee/smtp-codec
max_upload_size
id743372
size33,917
Damian Poddebniak (duesee)

documentation

README

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.

Commit count: 52

cargo fmt