It depends. If going with pop3 protocal,
http://search.cpan.org/~shay/libnet-1.27/Net/POP3.pm
If going with IMAP protocal, then try search,
http://search.cpan.org/search?query=imap&mode=all
Also there are the modules for special providers,
http://search.cpan.org/~dannyt/WWW-Gmail-1.0/lib/WWW/Gmail.pm #gmail
http://search.cpan.org/~johnsca/MailClientYahoo-1.0/lib/Mail/Client/Yahoo.pm
#yahoo
Gmail supports a non-standard IMAP. but yahoo now supports the standard
pop3 and imap for free, so using the common pop3/imap protocal to fetch
mails is right.
What is the best module to use to read incoming emails from a particular
user? Any examples would be great to! Thanks!
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/