A webmail client. Forked from https://git.sr.ht/~migadu/alps
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Simon Ser 37be46c047
plugins/carddav: add route to delete a contact
4年前
cmd/alps Rename project to alps 4年前
contrib Rename project to alps 4年前
docs Rename project to alps 4年前
plugins plugins/carddav: add route to delete a contact 4年前
themes themes/alps: fix search form method 4年前
.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 plugins/caldav: switch to path-based URLs 4年前
go.sum plugins/caldav: switch to path-based URLs 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 Rename project to alps 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