Home > Uncategorized > How To Know The Number Of New Messages In Gmail Using The Command Line

How To Know The Number Of New Messages In Gmail Using The Command Line

December 14th, 2009 Angel Leave a comment Go to comments

Description

Maybe you need to know if you have new messages in your Gmail account but you want to do it using the command line.

Solution

In this example the account name is accName and the password is Pass.

1. Download wget and save it to c:\utils

http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe

2. Press Windows Key + R, type cmd and press enter.

3. Type cd /D c:\utils and press enter in the command window.

3. Type:

wget –no-check-certificate https://accName:Pass@mail.google.com/mail/feed/atom/ -O rss.xml

Don’t forget to change the account name and the password.

3. Type

type rss.xml | Findstr “fullcount”

and press enter.

It will show you  how many new messages have in your gmail.

Related posts:

  1. How To Know That A Web Page Has Changed
  2. How To Send An Executable File Using Hotmail Or Gmail
  3. Deleting Files With Long Names
  4. Is There A New Program On My Start?
  5. How To Execute A Program With Other User Not Showing The Password
Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.