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

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.

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.

[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed.ja)