Crate kumo_dkim

Source

Modules§

canonicalization

Structs§

Signer
SignerBuilder
Builder for the Signer
Tag
DKIM signature tag

Enums§

DKIMError
DKIM errors
DkimPrivateKey
ParsedEmail

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