A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Simon Ser b891a95fcf
Rename project to alps
4 years ago
cmd/alps Rename project to alps 4 years ago
contrib Rename project to alps 4 years ago
docs Rename project to alps 4 years ago
plugins Rename project to alps 4 years ago
themes Rename project to alps 4 years ago
.build.yml ci: add .build.yml 4 years ago
.editorconfig editorconfig: add more settings 4 years ago
.gitignore themes/alps: new theme 4 years ago
LICENSE Correct license ownership 4 years ago
README.md Rename project to alps 4 years ago
discover.go Rename project to alps 4 years ago
go.mod Rename project to alps 4 years ago
go.sum plugins/base: allow move/delete/flag operations to take multiple UIDs 4 years ago
imap.go Rename project to alps 4 years ago
plugin.go Rename project to alps 4 years ago
plugin_go.go Rename project to alps 4 years ago
renderer.go Rename project to alps 4 years ago
server.go Rename project to alps 4 years ago
session.go Rename project to alps 4 years ago
smtp.go Rename project to alps 4 years ago
store.go Rename project to alps 4 years ago

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