A webmail client. Forked from https://git.sr.ht/~migadu/alps
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Drew DeVault 7456c9574c
alps: theme contact list page
há 4 anos
cmd/alps Rename project to alps há 4 anos
contrib Rename project to alps há 4 anos
docs Rename project to alps há 4 anos
plugins mailbox: set title to "Inbox" rather than "INBOX" há 4 anos
themes alps: theme contact list page há 4 anos
.build.yml ci: add .build.yml há 4 anos
.editorconfig editorconfig: add more settings há 4 anos
.gitignore themes/alps: new theme há 4 anos
LICENSE Correct license ownership há 4 anos
README.md readme: suggest using the alps theme instead of the SourceHut one há 4 anos
discover.go Rename project to alps há 4 anos
go.mod plugins/caldav: add form to create new events há 4 anos
go.sum plugins/caldav: switch to path-based URLs há 4 anos
imap.go Rename project to alps há 4 anos
plugin.go Rename project to alps há 4 anos
plugin_go.go Rename project to alps há 4 anos
renderer.go Use context-appropriate title for mbox/msg view há 4 anos
server.go Rename project to alps há 4 anos
session.go Rename project to alps há 4 anos
smtp.go Rename project to alps há 4 anos
store.go Rename project to alps há 4 anos

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