Google and IMAP Mail Checker

Quickly check your Google and IMAP email from the command line. Useful for login scripts, the program will only display mail received since it was last ran.

Usage

Command Line IMAP Mail Checker
flipbit.co.uk

Usage:

    email.exe -username [username] -password [password] [options]

Options:

    -username [username]  Specify server username

    -password [password]  Specify server username

    -gmail                Use Google Mail servers
                          Login credentials must be a GMail account
                          If connecting to GMail, you don't need to supply
                          server hostname details

    -server [host]        Specify an IMAP server hostname

    -port [port]          Specify a server port

    -ssl                  Connect using SSL

    -unread               Just display the unread message count

    -width [characters]   Format display to screen width

Example Output

C:\>email -gmail -username user@example.com -password password1
			
Hooray!  New mail from:
someone@example.com
To  : user@example.com
Sent: Sunday 11 Oct 12:03

About the 3rd Quarter Reports
=============================

C:\>

Back