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.
 
 
 
 
Simon Ser b891a95fcf
Rename project to alps
il y a 4 ans
cmd/alps Rename project to alps il y a 4 ans
contrib Rename project to alps il y a 4 ans
docs Rename project to alps il y a 4 ans
plugins Rename project to alps il y a 4 ans
themes Rename project to alps il y a 4 ans
.build.yml ci: add .build.yml il y a 4 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 Rename project to alps il y a 4 ans
discover.go Rename project to alps il y a 4 ans
go.mod Rename project to alps il y a 4 ans
go.sum plugins/base: allow move/delete/flag operations to take multiple UIDs il y a 4 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 Rename project to alps il y a 4 ans
server.go Rename project to alps il y a 4 ans
session.go Rename project to alps il y a 4 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

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 sourcehut to use the SourceHut 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