The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Mail::DKIM::Key"

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::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::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::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::OpenDKIM::PrivateKey - Load in a private key for use with the Mail::OpenDKIM package River stage zero No dependents

Mail::OpenDKIM::PrivateKey provides a system to allow private keys to be loaded from a file for use when signing an email with Mail::OpenDKIM::Signer. It provides enough of a subset of the functionaility of Mail::DKIM::PrivateKey to allow use of the ...

INFRACANI/Mail-OpenDKIM-4204 - 17 Aug 2017 11:14:15 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::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::DMARC - Perl implementation of DMARC River stage one • 2 direct dependents • 3 total dependents

This module is a suite of tools for implementing DMARC. It adheres to the 2013 DMARC draft, intending to implement every MUST and every SHOULD. This module can be used by... * MTAs and filtering tools like SpamAssassin to validate that incoming messa...

MSIMERSON/Mail-DMARC-1.20240314 - 13 Mar 2024 17:31:17 UTC

Mail::DKIM::Iterator - Iterative DKIM validation or signing. River stage one • 1 direct dependent • 1 total dependent

With this module one can validate DKIM Signatures in mails and also create DKIM signatures for mails. The main difference to Mail::DKIM is that the validation can be done iterative, that is the mail can be streamed into the object and if DNS lookups ...

SULLR/Mail-DKIM-Iterator-1.010 - 26 Feb 2021 12:32:06 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::DomainKeys - A perl implementation of DomainKeys River stage zero No dependents

ANTHONYU/Mail-DomainKeys-1.0 - 03 Mar 2007 11:37:39 UTC

Mail::SpamAssassin - Spam detector and markup engine River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using several methods including text analysis, internet-based realtime blocklists, statistical analysis, and internet-based hashing algorithms. Using its rule base, it uses a wide range of heuristic tes...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::Simple::DKIM::Signer - Simple DKIM Signer River stage zero No dependents

THIS IS AN Experimental dkim simple signer it only supports simple/simple Canonicalization and rsa-sha1 encoding For more advanced signing methods please use Mail::DKIM...

MAMOD/Mail-Simple-DKIM-Signer-0.01 - 24 Jul 2010 02:56:15 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::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::SpamAssassin::Conf - SpamAssassin configuration file River stage two • 13 direct dependents • 18 total dependents

SpamAssassin is configured using traditional UNIX-style configuration files, loaded from the "/usr/share/spamassassin" and "/etc/mail/spamassassin" directories. The following web page lists the most important configuration settings used to configure ...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 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::SpamAssassin::Message - decode, render, and hold an RFC-2822 message River stage two • 13 direct dependents • 18 total dependents

This module encapsulates an email message and allows access to the various MIME message parts and message metadata. The message structure, after initiating a parse() cycle, looks like this: Message object, also top-level node in Message::Node tree | ...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::DKIM::ARC::Verifier - verifies an ARC-Sealed message River stage one • 3 direct dependents • 7 total dependents

The verifier object allows an email message to be scanned for ARC seals and their associated 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 signatures ...

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