use Net::POP3::SSLWrapper ;
$num_Messages = $pop3->login($configparams{'GMAIMAILID'}, $configparams{GMAILMAILPWD'}) ;
We are using this to get the count of total number of mails in our gmail inbox , but it is returning only the count of unread messages.
Let me know the function which returns total count of messages i.e both read and unread.