Re: Pop3 Email - Perl



A. Sinan Unur wrote:
Frank <fjrusso@xxxxxxxxx> wrote:

Have I got the right group for asking question re: perl programing?

ITYM Perl, not perl.

I think you know exactly what he meant, even if he didn't write it
perfectly...


Just in case I do, I am looking for some code to read from my pop3
email box.

Anyone able to help me?

Yes, there is a CPAN module for that purpose:

http://search.cpan.org/~gbarr/libnet-1.22/Net/POP3.pm

And for POP3S:
http://search.cpan.org/author/TOKUHIROM/Net-POP3-SSLWrapper-0.01/lib/Net/POP3/SSLWrapper.pm


Or to interact with the user's mbox directly:
http://search.cpan.org/author/MARKOV/Mail-Box-2.082/lib/Mail/Box/POP3.pod


This might also be of use:
http://search.cpan.org/author/MARKOV/Mail-Box-2.082/lib/Mail/Transport/POP3.pod



Take a look around search around search.cpan.org
http://search.cpan.org/search?mode=module&query=pop3


--
G.Etly


.