Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks
I could not get the gmail using this module.
I am getting output as "You have -1 messages";
Please provide the solution
use Mail::POP3Client; $pop = Mail::POP3Client->new(USER => 'dkdkd@gmail.com', PASSWORD => 'qwert', HOST => 'pop.gmail.com', USESSL => true, ); print "You have ", $pop->Count, " messages\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mail::POP3Client not able to connect
by locked_user sundialsvc4 (Abbot) on Feb 07, 2011 at 22:20 UTC |