Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks,
I am trying to see what would be the best approach to create a class that I can call in order to encrypt/sign an attachment and then email it using SMTP.
Then I want to be able to POP the mail, retrieve the subject with the attachment and verify the signature and decrypt the attachment.
Would you have any suggestiong on how to do such a task?