Simple mail check app
- create config.toml
- 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
- run
$ mail-check -c config.toml
- (optional) remove account
$ mail-check -c config.toml remove --login "user@example.com"
See mail-check.service and mail-check.timer.