A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Simon Ser 8299617ebc
Turn message part viewers into plugins
4 vuotta sitten
cmd/koushin Turn message part viewers into plugins 4 vuotta sitten
contrib contrib/hotreload: be quiet 4 vuotta sitten
docs cmd/koushin: add -debug flag 4 vuotta sitten
plugins Turn message part viewers into plugins 4 vuotta sitten
themes Turn message part viewers into plugins 4 vuotta sitten
.editorconfig Add .editorconfig 4 vuotta sitten
.gitignore Turn message part viewers into plugins 4 vuotta sitten
LICENSE Correct license ownership 4 vuotta sitten
README.md docs/themes-and-plugins: extract from README 4 vuotta sitten
discover.go Auto-discover upstream SMTP and IMAP servers 4 vuotta sitten
go.mod plugins/caldav: add basic event view 4 vuotta sitten
go.sum plugins/caldav: add basic event view 4 vuotta sitten
imap.go Introduce base plugin 4 vuotta sitten
plugin.go Extract Lua infrastructure into a plugin 4 vuotta sitten
plugin_go.go Update docs with new RegisterPluginLoader function 4 vuotta sitten
renderer.go Remove outdated TODO 4 vuotta sitten
server.go cmd/koushin: add -debug flag 4 vuotta sitten
session.go cmd/koushin: add -debug flag 4 vuotta sitten
smtp.go Introduce base plugin 4 vuotta sitten
store.go koushin: add Store interface 4 vuotta sitten

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

See docs/cli.md for more information.

Contributing

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

License

MIT