Minimalist gmail checker written in C based on curl
To configure, match ~/.config/gmailc.conf to:
username USER
password PASSTo 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: 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.- Write manpage