xiong.chiamiov + gmail 4
Check your unread Gmail from the command line | commandlinefu.com
february 2012 by xiong.chiamiov
curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "t" if /<name>/; print "$2n" if /<(title|name)>(.*)</1>/;'
gmail
february 2012 by xiong.chiamiov