"Danny Wong (dannwong)" writes:
> Hi Perl Gurus,
> What is the best module to use to read incoming emails from a particular
> user? Any examples would be great to! Thanks!
It depends on what you consider "read". There's an example that uses
Net::IMAP::Client at https://github.com/lee-/ima
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/Gma