Skip to main content

Crate email_auth

Crate email_auth 

Source
Expand description

Email authentication library: SPF, DKIM, DMARC, ARC, BIMI.

DNS caching is the caller’s responsibility. This library provides a DnsResolver trait — implement it with caching at the resolver layer.

Re-exports§

pub use auth::AuthenticationResult;
pub use auth::AuthError;
pub use auth::EmailAuthenticator;

Modules§

arc
auth
bimi
common
dkim
dmarc
spf