Crate cfdkim

Crate cfdkim 

Source

Modules§

canonicalization
dns

Structs§

DKIMResult
Result of the DKIM verification
DKIMSigner
SignerBuilder
Builder for the Signer
Tag
DKIM signature tag

Enums§

DKIMError
DKIM errors
DkimPrivateKey

Functions§

parse_tag_list
Main entrypoint of the parser. Parses the DKIM signature tag list as specified https://datatracker.ietf.org/doc/html/rfc6376#section-3.6.1. tag-list = tag-spec *( “;” tag-spec ) [ “;” ]
verify_email
Run the DKIM verification on the email
verify_email_with_resolver
Run the DKIM verification on the email providing an existing resolver