Hi,
This is what I've done.
I'm using Mail::POP3Client to fetch emails from an email server and save everything, and delete the message.
But before deletion, I would like to copy it to another folder to save for a few days. Is it possible with Mail::POP3Client? If not, maybe use Mail::Folder to save locally? Thanks!