Home

Awesome

gmail2go

Simple gmail multiple accounts CLI mail checker.

Uses atom feed to get the unread emails. The user/passwords are kept in an encrypted configuration file. Developed and tested on linux.

Install

go get github.com/rif/gmail2go

OR

Download the static binaries

Usage

rif@grace:~$ gmail2go -help
Usage of gmail2go:
    -color=false: use terminal output colors
    -config="$HOME/.gmail2gorc": the user account file
    -account="": adds/updates/deletes to user:password to the accounts file (leave password empty to delete)
    -notify=false: send libnotify message

gmail2go -account user:secret - to create an account

gmail2go -account user:changed_secret - to change password to an account

gmail2go -account user: - to delete an account

Examples