Pede nascetur eros

By using Atom feeds you can able to view your unread mails in gmail using terminal in ubuntu.

Open Terminal

Install Curl
sudo apt-get install curl

then use the following command line

curl -u username –silent “https://mail.google.com/mail/feed/atom” | perl -ne ‘print “\t” if //; print “$2\n” if /(.*)/;’

replace user name with your gmail account

Now it will ask you for password

enter the password you will be able to see your unread mails

(Visited 13 times, 1 visits today)
You May Also Like

Bsnl free gprs (Old)

Follow this steps1.Activate GPRS in your sim card by sending GPRSPRE to…

Julian Assange interview on Spy Files

In December 2011, WikiLeaks released the documents from a database containing hundreds…

Multiple Cross Site Scripting ( #XSS ) Vulnerabilities in Forbes

Multiple Cross Site Scripting ( #XSS ) Vulnerabilities in ForbesUcha Gobejishvili (longrifle0x)…