Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 722 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 722 Bytes

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