A webmail client. Forked from https://git.sr.ht/~migadu/alps
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Simon Ser b891a95fcf
Rename project to alps
4 anni fa
cmd/alps Rename project to alps 4 anni fa
contrib Rename project to alps 4 anni fa
docs Rename project to alps 4 anni fa
plugins Rename project to alps 4 anni fa
themes Rename project to alps 4 anni fa
.build.yml ci: add .build.yml 4 anni fa
.editorconfig editorconfig: add more settings 4 anni fa
.gitignore themes/alps: new theme 4 anni fa
LICENSE Correct license ownership 4 anni fa
README.md Rename project to alps 4 anni fa
discover.go Rename project to alps 4 anni fa
go.mod Rename project to alps 4 anni fa
go.sum plugins/base: allow move/delete/flag operations to take multiple UIDs 4 anni fa
imap.go Rename project to alps 4 anni fa
plugin.go Rename project to alps 4 anni fa
plugin_go.go Rename project to alps 4 anni fa
renderer.go Rename project to alps 4 anni fa
server.go Rename project to alps 4 anni fa
session.go Rename project to alps 4 anni fa
smtp.go Rename project to alps 4 anni fa
store.go Rename project to alps 4 anni fa

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