A webmail client. Forked from https://git.sr.ht/~migadu/alps
Você não pode selecionar mais de 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.
 
 
 
 
Drew DeVault fe32c53a17 Improve UI while emails are being sent 3 anos atrás
cmd/alps Remove async SMTP queue 3 anos atrás
contrib Rename project to alps 4 anos atrás
docs Rename project to alps 4 anos atrás
plugins Remove async SMTP queue 3 anos atrás
themes Improve UI while emails are being sent 3 anos atrás
.build.yml ci: use new repo URL 3 anos atrás
.editorconfig editorconfig: add more settings 4 anos atrás
.gitignore themes/alps: new theme 4 anos atrás
LICENSE Correct license ownership 4 anos atrás
README.md readme: add CI badge 3 anos atrás
discover.go Rename project to alps 4 anos atrás
go.mod Replace parts tree with attachment list 3 anos atrás
go.sum Replace parts tree with attachment list 3 anos atrás
imap.go Rename project to alps 4 anos atrás
plugin.go Rename project to alps 4 anos atrás
plugin_go.go Rename project to alps 4 anos atrás
renderer.go Hide caldav/carrdav in nav unless present 3 anos atrás
server.go Remove async SMTP queue 3 anos atrás
session.go Remove async SMTP queue 3 anos atrás
smtp.go Rename project to alps 4 anos atrás
store.go Rename project to alps 4 anos atrás

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