A webmail client. Forked from https://git.sr.ht/~migadu/alps
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
j3s b5fcf10c44 Repoint repository references to new location 3 yıl önce
cmd/alps Repoint repository references to new location 3 yıl önce
contrib Rename project to alps 4 yıl önce
docs Repoint repository references to new location 3 yıl önce
plugins Repoint repository references to new location 3 yıl önce
themes Implement mailbox subscriptions 3 yıl önce
.build.yml Repoint repository references to new location 3 yıl önce
.editorconfig editorconfig: add more settings 4 yıl önce
.gitignore themes/alps: new theme 4 yıl önce
LICENSE Correct license ownership 4 yıl önce
README.md Repoint repository references to new location 3 yıl önce
discover.go Rename project to alps 4 yıl önce
go.mod Repoint repository references to new location 3 yıl önce
go.sum Fix issues with to/from headers 3 yıl önce
imap.go Rename project to alps 4 yıl önce
plugin.go Rename project to alps 4 yıl önce
plugin_go.go Rename project to alps 4 yıl önce
renderer.go Add notices on action completion 3 yıl önce
server.go Add theme-specific error page 3 yıl önce
session.go Add notices on action completion 3 yıl önce
smtp.go Rename project to alps 4 yıl önce
store.go Rename project to alps 4 yıl önce

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