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;