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