A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Drew DeVault 51d762ac5f Implement mailbox subscriptions před 3 roky
cmd/alps Add theme-specific error page před 3 roky
contrib Rename project to alps před 4 roky
docs Rename project to alps před 4 roky
plugins Implement mailbox subscriptions před 3 roky
themes Implement mailbox subscriptions před 3 roky
.build.yml ci: use new repo URL před 3 roky
.editorconfig editorconfig: add more settings před 4 roky
.gitignore themes/alps: new theme před 4 roky
LICENSE Correct license ownership před 4 roky
README.md readme: add CI badge před 3 roky
discover.go Rename project to alps před 4 roky
go.mod Fix issues with to/from headers před 3 roky
go.sum Fix issues with to/from headers před 3 roky
imap.go Rename project to alps před 4 roky
plugin.go Rename project to alps před 4 roky
plugin_go.go Rename project to alps před 4 roky
renderer.go Add notices on action completion před 3 roky
server.go Add theme-specific error page před 3 roky
session.go Add notices on action completion před 3 roky
smtp.go Rename project to alps před 4 roky
store.go Rename project to alps před 4 roky

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