Skip to content

FreeCX/mail-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail-check

Simple mail check app

How to use

  1. create config.toml
  2. add account
$ mail-check -c config.toml add --login "user@example.com" --domain "imap.example.com" --port 993
Enter password for user@example.com:
# password stored in keyring
# login, domain and port in config.toml
  1. run
$ mail-check -c config.toml
  1. (optional) remove account
$ mail-check -c config.toml remove --login "user@example.com"

Scheduled launch

See mail-check.service and mail-check.timer.

License

License: MIT