A webmail client. Forked from https://git.sr.ht/~migadu/alps
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Drew DeVault 5fee600c6e
alps theme: theme the login page
4 лет назад
cmd/alps Rename project to alps 4 лет назад
contrib Rename project to alps 4 лет назад
docs Rename project to alps 4 лет назад
plugins mailbox: set title to "Inbox" rather than "INBOX" 4 лет назад
themes alps theme: theme the login page 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: add form to create new events 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