Sapiens Search

How to check GMail by terminal?

1 Type:
curl -u <Your gmail username> --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
2 Enter the password
3 See your unread messages

No comments:

Post a Comment