PGP and MailBox
Mitar <[email protected]> Fri, 3 Sep 2004 10:34:30 +0200
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Message-ID | <[email protected]> |
Hi!
What about a method in Mail::Box which would use GnuPG::Interface to
check message for valid PGP signature (if it contains one)?
Something like:
if ($message->PGPverify()) {
# OK
}
else {
# not so OK
}
Or maybe even full PGP support. :-)
Mitar