To check the gmail,u can access ur gmail inbox from command prompt.
#curl -u username:password --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
#curl -u username:password --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /