j3s b5fcf10c44 | 3 years ago | |
---|---|---|
cmd/alps | 3 years ago | |
contrib | 4 years ago | |
docs | 3 years ago | |
plugins | 3 years ago | |
themes | 3 years ago | |
.build.yml | 3 years ago | |
.editorconfig | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
discover.go | 4 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
imap.go | 4 years ago | |
plugin.go | 4 years ago | |
plugin_go.go | 4 years ago | |
renderer.go | 3 years ago | |
server.go | 3 years ago | |
session.go | 3 years ago | |
smtp.go | 4 years ago | |
store.go | 4 years ago |
A simple and extensible webmail.
Assuming SRV DNS records are properly set up (see RFC 6186):
go run ./cmd/alps example.org
To manually specify upstream servers:
go run ./cmd/alps imaps://mail.example.org:993 smtps://mail.example.org:465
Add -theme alps
to use the alps theme. See docs/cli.md
for more
information.
When developing themes and plugins, the script contrib/hotreload.sh
can be
used to automatically reload alps on file changes.
Send patches on the mailing list, report bugs on the issue tracker.
MIT