A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Simon Ser dd5633ac51
editorconfig: add more settings
4 lat temu
cmd/koushin cmd: print HTTP requests when -debug is enabled 4 lat temu
contrib contrib/hotreload: be quiet 4 lat temu
docs docs/google: add CalDAV URL 4 lat temu
plugins plugins/base: disallow replying to text/html parts 4 lat temu
themes plugins/base: add route to forward messages 4 lat temu
.build.yml ci: add .build.yml 4 lat temu
.editorconfig editorconfig: add more settings 4 lat temu
.gitignore Turn message part viewers into plugins 4 lat temu
LICENSE Correct license ownership 4 lat temu
README.md readme: fix typo 4 lat temu
discover.go Add discovery support for SMTP with implicit TLS 4 lat temu
go.mod plugins/carddav: check supported vCard versions 4 lat temu
go.sum plugins/carddav: check supported vCard versions 4 lat temu
imap.go Introduce base plugin 4 lat temu
plugin.go Extract Lua infrastructure into a plugin 4 lat temu
plugin_go.go Update docs with new RegisterPluginLoader function 4 lat temu
renderer.go Remove outdated TODO 4 lat temu
server.go Add default ports for IMAP and SMTP 4 lat temu
session.go cmd/koushin: add -debug flag 4 lat temu
smtp.go Introduce base plugin 4 lat temu
store.go koushin: add Store interface 4 lat temu

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