Skip to main content

Crate envelopwd

Crate envelopwd 

Source
Expand description

envelopwd is a robust and lightweight crate for parsing, validating, and manipulating email addresses and mailboxes.

This crate enforces standard formatting rules (inspired by RFC 5322, RFC 1034, and HTML5 email validation specs) to ensure that local parts, domains, and display names are correctly structured.

Re-exports§

pub use address::EmailAddress;
pub use error::Error;
pub use error::Result;
pub use mailbox::Mailbox;

Modules§

address
error
mailbox