Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freecx/mail-check

simple mail check app
https://github.com/freecx/mail-check

imap-client mail mail-client notify rust-language

Last synced: about 2 months ago
JSON representation

simple mail check app

Awesome Lists containing this project

README

        

# mail-check
Simple mail check app

## How to use
1. create [config.toml](./config/config.toml)
2. add account
```bash
$ mail-check -c config.toml add --login "[email protected]" --domain "imap.example.com" --port 993
Enter password for [email protected]:
# password stored in keyring
# login, domain and port in config.toml
```
3. run
```bash
$ mail-check -c config.toml
```
4. (optional) remove account
```bash
$ mail-check -c config.toml remove --login "[email protected]"
```

## Scheduled launch
See [mail-check.service](./config/mail-check.service) and [mail-check.timer](./config/mail-check.timer).

# License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)