Linux
Wednesday, April 27, 2011
Linux Command For Gmail inbox checking
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>/;'
Newer Post
Older Post
Home