I need to write a little script that will connect to a pop account and process each mail message as follows:
If there are URL's in the body, search them by regex and do a GET on one of them. Then log the response code from the GET request and delete the message.
What is the simplest way of doing this, I was thinking of using Mail::MboxParser::Mail or mail::Audit... but if anyone has a snippet or suggestion please respond.
Thanks
Peamasii