alps/README.md

35 lines
960 B
Markdown
Raw Normal View History

2019-12-02 14:31:00 +00:00
# koushin
2019-12-11 13:05:16 +00:00
[![GoDoc](https://godoc.org/git.sr.ht/~emersion/koushin?status.svg)](https://godoc.org/git.sr.ht/~emersion/koushin)
A simple and extensible webmail.
2019-12-02 14:31:00 +00:00
## Usage
Assuming SRV DNS records are properly set up (see [RFC 6186]):
2020-01-21 12:38:47 +00:00
go run ./cmd/koushin example.org
To manually specify upstream servers:
2019-12-03 14:21:59 +00:00
go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465
2019-12-02 14:31:00 +00:00
Add `-theme sourcehut` to use the SourceHut theme. See `docs/cli.md` for more
2020-02-18 15:01:26 +00:00
information.
When developing themes and plugins, the script `contrib/hotreload.sh` can be
used to automatically reload koushin on file changes.
## Contributing
2019-12-17 09:58:31 +00:00
Send patches on the [mailing list], report bugs on the [issue tracker].
2019-12-02 14:31:00 +00:00
## License
MIT
2019-12-17 09:58:31 +00:00
[RFC 6186]: https://tools.ietf.org/html/rfc6186
2019-12-17 09:58:31 +00:00
[Go plugin helpers]: https://godoc.org/git.sr.ht/~emersion/koushin#GoPlugin
[mailing list]: https://lists.sr.ht/~sircmpwn/koushin
[issue tracker]: https://todo.sr.ht/~sircmpwn/koushin