A webmail client. Forked from https://git.sr.ht/~migadu/alps
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Drew DeVault 1992880454 Add theme-specific error page hace 3 años
cmd/alps Add theme-specific error page hace 3 años
contrib Rename project to alps hace 4 años
docs Rename project to alps hace 4 años
plugins Add theme-specific error page hace 3 años
themes Add theme-specific error page hace 3 años
.build.yml ci: use new repo URL hace 3 años
.editorconfig editorconfig: add more settings hace 4 años
.gitignore themes/alps: new theme hace 4 años
LICENSE Correct license ownership hace 4 años
README.md readme: add CI badge hace 3 años
discover.go Rename project to alps hace 4 años
go.mod Replace parts tree with attachment list hace 3 años
go.sum Replace parts tree with attachment list hace 3 años
imap.go Rename project to alps hace 4 años
plugin.go Rename project to alps hace 4 años
plugin_go.go Rename project to alps hace 4 años
renderer.go Add theme-specific error page hace 3 años
server.go Add theme-specific error page hace 3 años
session.go Limit total size of unsent attachments hace 3 años
smtp.go Rename project to alps hace 4 años
store.go Rename project to alps hace 4 años

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