Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freecx/mail-check
- Owner: FreeCX
- License: mit
- Created: 2024-05-11T18:53:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T19:18:43.000Z (3 months ago)
- Last Synced: 2024-11-19T01:13:32.735Z (about 2 months ago)
- Topics: imap-client, mail, mail-client, notify, rust-language
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)