The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Mail::DKIM"

Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures River stage one • 3 direct dependents • 7 total dependents

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: RFC4871, for DKIM RFC4870, for DomainKeys draft-ietf-dmarc-arc-p...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::DNS - performs DNS queries for Mail::DKIM River stage one • 3 direct dependents • 7 total dependents

This is the module that performs DNS queries for Mail::DKIM....

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::Key - Represents a DKIM Key River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::Audit::DKIM - Mail::Audit plugin for domain key verification River stage one • 2 direct dependents • 3 total dependents

This method adds some very simple domain key verification to Mail::Audit. In general, consult Mail::DKIM for more information....

RJBS/Mail-Audit-DKIM-0.003 - 29 Sep 2013 01:23:14 UTC

Mail::DKIM::Signer - generates a DKIM signature for a message River stage one • 3 direct dependents • 7 total dependents

This class is the part of Mail::DKIM responsible for generating signatures for a given message. You create an object of this class, specifying the parameters of the signature you wish to create, or specifying a callback function so that the signature...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::Policy - abstract base class for originator "signing" policies River stage one • 3 direct dependents • 7 total dependents

Between the various versions of the DomainKeys/DKIM standards, several different forms of sender "signing" policies have been defined. In order for the Mail::DKIM library to support these different policies, it uses several different subclasses. All ...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::Common - Common class for Mail::DKIM River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::TextWrap - text wrapping module written for use with DKIM River stage one • 3 direct dependents • 7 total dependents

This is a general-purpose text-wrapping module that I wrote because I had some specific needs with Mail::DKIM that none of the contemporary text-wrapping modules offered. Specifically, it offers the ability to change wrapping options in the middle of...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::OpenDKIM::DKIM - Provides an interface to libOpenDKIM River stage zero No dependents

Mail::OpenDKIM::DKIM, coupled with Mail::OpenDKIM, provides a means of calling libOpenDKIM from Perl. Mail::OpenDKIM implements those routine taking a DKIM_LIB argument; those taking a DKIM argument have been implemented in Mail::OpenDKIM::DKIM. When...

INFRACANI/Mail-OpenDKIM-4204 - 17 Aug 2017 11:14:15 UTC

Mail::DKIM::DkPolicy - represents a DomainKeys Sender Signing Policy record River stage one • 3 direct dependents • 7 total dependents

DomainKeys sender signing policies are described in RFC4870(historical). It is a record published in the message sender's (i.e. the person who transmitted the message) DNS that describes how they sign messages....

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::Verifier - verifies a DKIM-signed message River stage one • 3 direct dependents • 7 total dependents

The verifier object allows an email message to be scanned for DKIM and DomainKeys signatures and those signatures to be verified. The verifier tracks the state of the message as it is read into memory. When the message has been completely read, the s...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::PublicKey - Represents a DKIM key River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::ARC::Seal - represents a ARC-Seal header River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::Signature - represents a DKIM-Signature header River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::PrivateKey - a private key loaded in memory for DKIM signing River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::DkimPolicy - represents a DKIM Sender Signing Practices record River stage one • 3 direct dependents • 7 total dependents

The Sender Signing Practices (SSP) record can be published by any domain to help a receiver know what to do when it encounters an unsigned message claiming to originate from that domain. The record is published as a DNS TXT record at _policy._domaink...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::DkSignature - represents a DomainKeys-Signature header River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::ARC::Signer - generates a DKIM signature for a message River stage one • 3 direct dependents • 7 total dependents

This class is the part of Mail::DKIM responsible for generating ARC Seals for a given message. You create an object of this class, specifying the parameters for the ARC-Message-Signature you wish to create. You also need to pass the 'Chain' value (pa...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::KeyValueList - Represents a Key/Value list River stage one • 3 direct dependents • 7 total dependents

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC

Mail::DKIM::SignerPolicy - determines signing parameters for a message River stage one • 3 direct dependents • 7 total dependents

A "signer policy" is an object, class, or function used by Mail::DKIM::Signer to determine what signatures to add to the current message. To take advantage of signer policies, create your own Perl class that extends the Mail::DKIM::SignerPolicy class...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC
80 results (0.133 seconds)