Jump to letter: [
9ABCDEFGHIJKLMNOPRSTUVWXY
]
perl-Mail-DKIM - Mail-DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures
- Description:
This module implements the various components of the DKIM and
DomainKeys message-signing and verifying standards for Internet mail.
It currently tries to implement these specifications:
=over
=item RFC4871, for DKIM
=item RFC4870, for DomainKeys
=back
The module uses an object-oriented interface. You use one of
two different classes, depending on whether you are signing or verifying
a message. To sign, use the the Mail::DKIM::Signer manpage class. To verify, use
the the Mail::DKIM::Verifier manpage class. Simple, eh?
Packages