This repository has been archived on 2022-06-15. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Illia Chub dc2109ca2f Initial commit 2021-04-05 13:47:33 +03:00
cmd/alps Initial commit 2021-04-05 13:47:33 +03:00
contrib Initial commit 2021-04-05 13:47:33 +03:00
docs Initial commit 2021-04-05 13:47:33 +03:00
plugins Initial commit 2021-04-05 13:47:33 +03:00
themes Initial commit 2021-04-05 13:47:33 +03:00
LICENSE Initial commit 2021-04-05 13:47:33 +03:00
README.md Initial commit 2021-04-05 13:47:33 +03:00
discover.go Initial commit 2021-04-05 13:47:33 +03:00
go.mod Initial commit 2021-04-05 13:47:33 +03:00
go.sum Initial commit 2021-04-05 13:47:33 +03:00
imap.go Initial commit 2021-04-05 13:47:33 +03:00
plugin.go Initial commit 2021-04-05 13:47:33 +03:00
plugin_go.go Initial commit 2021-04-05 13:47:33 +03:00
renderer.go Initial commit 2021-04-05 13:47:33 +03:00
server.go Initial commit 2021-04-05 13:47:33 +03:00
session.go Initial commit 2021-04-05 13:47:33 +03:00
smtp.go Initial commit 2021-04-05 13:47:33 +03:00
store.go Initial commit 2021-04-05 13:47:33 +03:00

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