A webmail client. Forked from https://git.sr.ht/~migadu/alps
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
j3s b5fcf10c44 Repoint repository references to new location 3 年前
cmd/alps Repoint repository references to new location 3 年前
contrib Rename project to alps 4 年前
docs Repoint repository references to new location 3 年前
plugins Repoint repository references to new location 3 年前
themes Implement mailbox subscriptions 3 年前
.build.yml Repoint repository references to new location 3 年前
.editorconfig editorconfig: add more settings 4 年前
.gitignore themes/alps: new theme 4 年前
LICENSE Correct license ownership 4 年前
README.md Repoint repository references to new location 3 年前
discover.go Rename project to alps 4 年前
go.mod Repoint repository references to new location 3 年前
go.sum Fix issues with to/from headers 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