http://www.perlmonks.org?node_id=481994

chrisj0 has asked for the wisdom of the Perl Monks concerning the following question:

HI all,
I posted a question last week wondering about perl email modules. I needed to resend or forward a users entire maildir to another address. I got a very useful response from gellyfish (thank you) about using Email::Send and Email::Folder. I've useed these to create the program I needed.

Question: Now looking at what I need to use this for, I think It would be good to have the option to only resend/forward any unread/new messges rather than every message. I've looked at cpan for a module to do this (the Email::Folder can't seem to do it) but haven't found a module with this function. Is there another module for email I can use to do this? I can post code if it helps.
Thanks all,
chrisj