A webmail client. Forked from https://git.sr.ht/~migadu/alps
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
j3s b5fcf10c44 Repoint repository references to new location há 3 anos
cmd/alps Repoint repository references to new location há 3 anos
contrib Rename project to alps há 4 anos
docs Repoint repository references to new location há 3 anos
plugins Repoint repository references to new location há 3 anos
themes Implement mailbox subscriptions há 3 anos
.build.yml Repoint repository references to new location há 3 anos
.editorconfig editorconfig: add more settings há 4 anos
.gitignore themes/alps: new theme há 4 anos
LICENSE Correct license ownership há 4 anos
README.md Repoint repository references to new location há 3 anos
discover.go Rename project to alps há 4 anos
go.mod Repoint repository references to new location há 3 anos
go.sum Fix issues with to/from headers há 3 anos
imap.go Rename project to alps há 4 anos
plugin.go Rename project to alps há 4 anos
plugin_go.go Rename project to alps há 4 anos
renderer.go Add notices on action completion há 3 anos
server.go Add theme-specific error page há 3 anos
session.go Add notices on action completion há 3 anos
smtp.go Rename project to alps há 4 anos
store.go Rename project to alps há 4 anos

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