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.
 
 
 
 
Drew DeVault fe32c53a17 Improve UI while emails are being sent пре 3 година
cmd/alps Remove async SMTP queue пре 3 година
contrib Rename project to alps пре 4 година
docs Rename project to alps пре 4 година
plugins Remove async SMTP queue пре 3 година
themes Improve UI while emails are being sent пре 3 година
.build.yml ci: use new repo URL пре 3 година
.editorconfig editorconfig: add more settings пре 4 година
.gitignore themes/alps: new theme пре 4 година
LICENSE Correct license ownership пре 4 година
README.md readme: add CI badge пре 3 година
discover.go Rename project to alps пре 4 година
go.mod Replace parts tree with attachment list пре 3 година
go.sum Replace parts tree with attachment list пре 3 година
imap.go Rename project to alps пре 4 година
plugin.go Rename project to alps пре 4 година
plugin_go.go Rename project to alps пре 4 година
renderer.go Hide caldav/carrdav in nav unless present пре 3 година
server.go Remove async SMTP queue пре 3 година
session.go Remove async SMTP queue пре 3 година
smtp.go Rename project to alps пре 4 година
store.go Rename project to alps пре 4 година

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