zakkotron has asked for the wisdom of the Perl Monks concerning the following question:
hi
I m having a bit of problem with module GMail::Checker.Whenever i run the code to see the size of the mails and the number,I get the result 272 97724592.But i have 294 messages in my inbox not 272.I even deleted some messages and tried again but the result was the same.The code is below
use GMail::Checker; my $mail=new GMail::Checker(USERNAME => "XXXXX",PASSWORD => "XXXXXX"); $mail->login("XXXXX","XXXXXX"); my ($no, $size)=$mail->get_msg_nb_size(); print $no." ".$size;
anyone knows what i m doing wrong
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: GMail::Checker problem
by ansh batra (Friar) on Nov 11, 2011 at 13:29 UTC | |
|
Re: GMail::Checker problem
by ansh batra (Friar) on Nov 22, 2011 at 16:14 UTC | |
by marto (Cardinal) on Nov 23, 2011 at 09:30 UTC |