https://github.com/namachan10777/smua
simple mail user agent.
https://github.com/namachan10777/smua
Last synced: 2 months ago
JSON representation
simple mail user agent.
- Host: GitHub
- URL: https://github.com/namachan10777/smua
- Owner: namachan10777
- License: cc0-1.0
- Created: 2020-06-04T17:40:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T15:38:41.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T07:35:18.891Z (3 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smua
simple mail user agent.# Usage
```sh
smua /path/to/config
```## Configuration
```json
{
"accounts": [
{
"imap": "outlook.office365.com",
"addr": "[email protected]"
},
{
"imap": "viola6.coins.tsukuba.ac.jp",
"addr": "s3141592"
}
]
}
```# License
These codes are licensed under CC0.
[](http://creativecommons.org/publicdomain/zero/1.0/deed.ja)