Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 766 Bytes

README.rst

File metadata and controls

39 lines (26 loc) · 766 Bytes

gmailc

Minimalist gmail checker written in C based on curl

Configuration

To configure, match ~/.config/gmailc.conf to:

username USER
password PASS

Two-factor authentication

To handle Google's Two-factor authentication, set up an application specific password and use that instead of your account password in the config file.

Usage

Usage: gmailc [options]
Options:
  -h, --help  Print this message and exit.
  -p, --password  Specify a password.
  -u, --username  Specify a username.
  -v, --verbose Enable verbose mode.
  --version Display version.

TODO

  • Write manpage