A webmail client. Forked from https://git.sr.ht/~migadu/alps
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Drew DeVault 51d762ac5f Implement mailbox subscriptions il y a 3 ans
cmd/alps Add theme-specific error page il y a 3 ans
contrib Rename project to alps il y a 4 ans
docs Rename project to alps il y a 4 ans
plugins Implement mailbox subscriptions il y a 3 ans
themes Implement mailbox subscriptions il y a 3 ans
.build.yml ci: use new repo URL il y a 3 ans
.editorconfig editorconfig: add more settings il y a 4 ans
.gitignore themes/alps: new theme il y a 4 ans
LICENSE Correct license ownership il y a 4 ans
README.md readme: add CI badge il y a 3 ans
discover.go Rename project to alps il y a 4 ans
go.mod Fix issues with to/from headers il y a 3 ans
go.sum Fix issues with to/from headers il y a 3 ans
imap.go Rename project to alps il y a 4 ans
plugin.go Rename project to alps il y a 4 ans
plugin_go.go Rename project to alps il y a 4 ans
renderer.go Add notices on action completion il y a 3 ans
server.go Add theme-specific error page il y a 3 ans
session.go Add notices on action completion il y a 3 ans
smtp.go Rename project to alps il y a 4 ans
store.go Rename project to alps il y a 4 ans

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