Deuxfleurs patches for alps webmail (from https://sr.ht/~migadu/alps/)
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
cmd/alps | 2 years ago | |
contrib | 3 years ago | |
docs | 2 years ago | |
plugins | 1 year ago | |
themes | 1 year 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 | 3 years ago | |
go.mod | 11 months ago | |
go.sum | 11 months ago | |
imap.go | 3 years ago | |
plugin.go | 3 years ago | |
plugin_go.go | 12 months ago | |
renderer.go | 12 months ago | |
server.go | 12 months ago | |
session.go | 2 years ago | |
smtp.go | 3 years ago | |
store.go | 3 years ago |
README.md
alps
A simple and extensible webmail.
Usage
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.
Contributing
Send patches on the mailing list, report bugs on the issue tracker.
License
MIT