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.
 
 
 
 
Simon Ser dd5633ac51
editorconfig: add more settings
há 4 anos
cmd/koushin cmd: print HTTP requests when -debug is enabled há 4 anos
contrib contrib/hotreload: be quiet há 4 anos
docs docs/google: add CalDAV URL há 4 anos
plugins plugins/base: disallow replying to text/html parts há 4 anos
themes plugins/base: add route to forward messages há 4 anos
.build.yml ci: add .build.yml há 4 anos
.editorconfig editorconfig: add more settings há 4 anos
.gitignore Turn message part viewers into plugins há 4 anos
LICENSE Correct license ownership há 4 anos
README.md readme: fix typo há 4 anos
discover.go Add discovery support for SMTP with implicit TLS há 4 anos
go.mod plugins/carddav: check supported vCard versions há 4 anos
go.sum plugins/carddav: check supported vCard versions há 4 anos
imap.go Introduce base plugin há 4 anos
plugin.go Extract Lua infrastructure into a plugin há 4 anos
plugin_go.go Update docs with new RegisterPluginLoader function há 4 anos
renderer.go Remove outdated TODO há 4 anos
server.go Add default ports for IMAP and SMTP há 4 anos
session.go cmd/koushin: add -debug flag há 4 anos
smtp.go Introduce base plugin há 4 anos
store.go koushin: add Store interface há 4 anos

README.md

koushin

GoDoc

A simple and extensible webmail.

Usage

Assuming SRV DNS records are properly set up (see RFC 6186):

go run ./cmd/koushin example.org

To manually specify upstream servers:

go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465

Add -theme sourcehut to use the SourceHut theme. See docs/cli.md for more information.

When developing themes and plugins, the script contrib/hotreload.sh can be used to automatically reload koushin on file changes.

Contributing

Send patches on the mailing list, report bugs on the issue tracker.

License

MIT