Hi All, I am trying to login to my gmail id using MAIL::IMAPClient modules available in CPAN. I took sample code available (for my POC) but it is not working. Here is the snippet for your reference: use strict; use warnings; use Mail::IMAPClient; my ($MAILSERVER,$USER,$PW,$num) = (); ($MAILSERVER,$USER,$PW,$num) = ('pop.gmail.com:995/pop3/ssl',