Skip to content

NickHu/gmailc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimalist gmail checker written in C based on curl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages