Mail::Audit::PGP - Mail::Audit plugin for PGP header fixing


Mail-Audit-PGP documentation  | view source Contained in the Mail-Audit-PGP distribution.

Index


NAME

Top

Mail::Audit::PGP - Mail::Audit plugin for PGP header fixing

SYNOPSIS

Top

    use Mail::Audit qw(PGP);
	my $mail = Mail::Audit->new;
    ...
    $mail->fix_pgp_headers;

DESCRIPTION

Top

This is a Mail::Audit plugin which provides a method for checking whether a given email contains a PGP-signed or -encrypted message, and if so, adds the relevant headers to tell the mailer to check the signature or decrypt it.

AUTHOR

Top

Simon Cozens <simon@cpan.org>

SEE ALSO

Top

Mail::Audit


Mail-Audit-PGP documentation  | view source Contained in the Mail-Audit-PGP distribution.