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.
 
 
 
 
 
Konstantinos Koukas f01fbcbc48 Upgrade go-smtp to latest commit 11 months ago
cmd/alps make path to themes configurable via ldflags 2 years ago
contrib Rename project to alps 3 years ago
docs Add documentation for -login-key cli option 2 years ago
plugins gracefully fail when no messages are selected for deletion or moving 1 year ago
themes themes/sourcehut: fix calender event URLs 1 year ago
.build.yml Repoint repository references to new location 3 years ago
.editorconfig editorconfig: add more settings 4 years ago
.gitignore themes/alps: new theme 4 years ago
LICENSE Correct license ownership 4 years ago
README.md Fix link to mailing list 3 years ago
discover.go Rename project to alps 3 years ago
go.mod Upgrade go-smtp to latest commit 11 months ago
go.sum Upgrade go-smtp to latest commit 11 months ago
imap.go Rename project to alps 3 years ago
plugin.go Rename project to alps 3 years ago
plugin_go.go go fmt 12 months ago
renderer.go go fmt 12 months ago
server.go go fmt 12 months ago
session.go Use shorter if syntax 2 years ago
smtp.go Rename project to alps 3 years ago
store.go Rename project to alps 3 years ago

README.md

alps

GoDoc builds.sr.ht status

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