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 51498a2dc3 JS enhancements to encourage bottom-posting пре 3 година
cmd/alps Add theme-specific error page пре 3 година
contrib Rename project to alps пре 4 година
docs Rename project to alps пре 4 година
plugins JS enhancements to encourage bottom-posting пре 3 година
themes JS enhancements to encourage bottom-posting пре 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 Convert HTML to plaintext for forwarding & replies пре 3 година
go.sum Convert HTML to plaintext for forwarding & replies пре 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 Add notices on action completion пре 3 година
server.go Add theme-specific error page пре 3 година
session.go Add notices on action completion пре 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