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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Illia Chub dc2109ca2f Initial commit 3 years ago
cmd/alps Initial commit 3 years ago
contrib Initial commit 3 years ago
docs Initial commit 3 years ago
plugins Initial commit 3 years ago
themes Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago
discover.go Initial commit 3 years ago
go.mod Initial commit 3 years ago
go.sum Initial commit 3 years ago
imap.go Initial commit 3 years ago
plugin.go Initial commit 3 years ago
plugin_go.go Initial commit 3 years ago
renderer.go Initial commit 3 years ago
server.go Initial commit 3 years ago
session.go Initial commit 3 years ago
smtp.go Initial commit 3 years ago
store.go Initial commit 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