POP3 Perl Script Download
Posted by Dexter Nelson: Saturday, August 13, 2011 (11:44 AM)
POP3 Perl Script Download
How to retrieve POP3 email from server using Perl.
It's been a while since I've posted anything to do with code, but here is a good one for you that I've added to my $5.00 scripts bin.
Every now and again, I'll get a request for a Perl script that does this, or an email asking me about Perl and how to check a POP3 server.
What I've done is created a Perl script download of my own POP3 Perl script, and I'm hosting a live, working example so you can log in and check.
It uses the Net:POP3 and CGI modules, and it allows you to log in to any POP3 email server, read, browse and navigate, and delete messages. I'll add the reply, cc, bcc and compose options, and folder browsing at a later date and make that available.
The working test is here. Go ahead and test it out.
http://business.techdex.net/cgi-bin/techdex-net-pop3.cgi
Here are some images.