A webmail client. Forked from https://git.sr.ht/~migadu/alps
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Drew DeVault 1992880454 Add theme-specific error page 3 роки тому
cmd/alps Add theme-specific error page 3 роки тому
contrib Rename project to alps 4 роки тому
docs Rename project to alps 4 роки тому
plugins Add theme-specific error page 3 роки тому
themes Add theme-specific error page 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 Add theme-specific error page 3 роки тому
server.go Add theme-specific error page 3 роки тому
session.go Limit total size of unsent attachments 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