$ curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
replace username with your gmail username.
This command will promt for your password, enter it and view your unread in your gmail account .
Thursday, April 22, 2010
Check your unread messages in Gmail, from terminal
Posted on 7:44 PM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment