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.
 
 
 
 
Reto Brunner f3931fd510
remove exec bit from plugins/base/imap.go
пре 3 година
cmd/alps login: set encrypted "remember me" token пре 4 година
contrib Rename project to alps пре 4 година
docs Rename project to alps пре 4 година
plugins remove exec bit from plugins/base/imap.go пре 3 година
themes sourcehut theme: fix nil on emails without a text part пре 3 година
.build.yml ci: add .build.yml пре 4 година
.editorconfig editorconfig: add more settings пре 4 година
.gitignore themes/alps: new theme пре 4 година
LICENSE Correct license ownership пре 4 година
README.md readme: suggest using the alps theme instead of the SourceHut one пре 4 година
discover.go Rename project to alps пре 4 година
go.mod login: set encrypted "remember me" token пре 4 година
go.sum login: set encrypted "remember me" token пре 4 година
imap.go Rename project to alps пре 4 година
plugin.go Rename project to alps пре 4 година
plugin_go.go Rename project to alps пре 4 година
renderer.go Use context-appropriate title for mbox/msg view пре 4 година
server.go go fmt пре 4 година
session.go Rename project to alps пре 4 година
smtp.go Rename project to alps пре 4 година
store.go Rename project to alps пре 4 година

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 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