in reply to Module to deal with PGP-encrypted email messages in 2025

> Mail::PGP seemed like a good candidate,

Do you mean PGP::Mail? What errors do you get? On the Testers page, there is a successful installation in 5.38.2, 5.40 is missing and 5.42 shows a failure.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Module to deal with PGP-encrypted email messages in 2025
by Nocturnus (Scribe) on Aug 08, 2025 at 07:06 UTC

    Thanks for your help.

    Unfortunately, Mail::PGP can't decrypt messages; it seems that it only can sign messages.

    Anyway, I have managed to introduce a typo in my first post at an important place: I meant Mail::GPG where I wrote Mail::PGP. The latter does not exist. In the meantime, I have corrected that typo.

    Mail:GPG seemed like the way to go, but I couldn't install it, and it seems that I am not alone with that problem; see here.

        Thanks for the hint. Done.