A webmail client. Forked from https://git.sr.ht/~migadu/alps
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
j3s b5fcf10c44 Repoint repository references to new location 3 år sedan
cmd/alps Repoint repository references to new location 3 år sedan
contrib Rename project to alps 4 år sedan
docs Repoint repository references to new location 3 år sedan
plugins Repoint repository references to new location 3 år sedan
themes Implement mailbox subscriptions 3 år sedan
.build.yml Repoint repository references to new location 3 år sedan
.editorconfig editorconfig: add more settings 4 år sedan
.gitignore themes/alps: new theme 4 år sedan
LICENSE Correct license ownership 4 år sedan
README.md Repoint repository references to new location 3 år sedan
discover.go Rename project to alps 4 år sedan
go.mod Repoint repository references to new location 3 år sedan
go.sum Fix issues with to/from headers 3 år sedan
imap.go Rename project to alps 4 år sedan
plugin.go Rename project to alps 4 år sedan
plugin_go.go Rename project to alps 4 år sedan
renderer.go Add notices on action completion 3 år sedan
server.go Add theme-specific error page 3 år sedan
session.go Add notices on action completion 3 år sedan
smtp.go Rename project to alps 4 år sedan
store.go Rename project to alps 4 år sedan

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