Check latest Gmail inbox from command line
Answer:
It is easy to check your latest Gmail inbox from command line.
curl -u you@gmail.com --silent "https://mail.google.com/mail/feed/atom" |
perl -ne \
'
print "Subject: $1 " if /(.+?)<\/title>/ && $title++;
print "(from $1)\n" if /(.+?)<\/email>/;
'
Enter your password in the prompt and you can see the latest inbox mail(s).


It is perfect time to make some plans for the long run and it is time to be happy. I've read this put up and if I could I wish to recommend you some attention-grabbing things or tips. Perhaps you could write subsequent articles referring to this article. I desire to read more issues about it!