A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Drew DeVault 51d762ac5f Implement mailbox subscriptions 3 lat temu
cmd/alps Add theme-specific error page 3 lat temu
contrib Rename project to alps 4 lat temu
docs Rename project to alps 4 lat temu
plugins Implement mailbox subscriptions 3 lat temu
themes Implement mailbox subscriptions 3 lat temu
.build.yml ci: use new repo URL 3 lat temu
.editorconfig editorconfig: add more settings 4 lat temu
.gitignore themes/alps: new theme 4 lat temu
LICENSE Correct license ownership 4 lat temu
README.md readme: add CI badge 3 lat temu
discover.go Rename project to alps 4 lat temu
go.mod Fix issues with to/from headers 3 lat temu
go.sum Fix issues with to/from headers 3 lat temu
imap.go Rename project to alps 4 lat temu
plugin.go Rename project to alps 4 lat temu
plugin_go.go Rename project to alps 4 lat temu
renderer.go Add notices on action completion 3 lat temu
server.go Add theme-specific error page 3 lat temu
session.go Add notices on action completion 3 lat temu
smtp.go Rename project to alps 4 lat temu
store.go Rename project to alps 4 lat temu

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