A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Simon Ser dd5633ac51
editorconfig: add more settings
pirms 4 gadiem
cmd/koushin cmd: print HTTP requests when -debug is enabled pirms 4 gadiem
contrib contrib/hotreload: be quiet pirms 4 gadiem
docs docs/google: add CalDAV URL pirms 4 gadiem
plugins plugins/base: disallow replying to text/html parts pirms 4 gadiem
themes plugins/base: add route to forward messages pirms 4 gadiem
.build.yml ci: add .build.yml pirms 4 gadiem
.editorconfig editorconfig: add more settings pirms 4 gadiem
.gitignore Turn message part viewers into plugins pirms 4 gadiem
LICENSE Correct license ownership pirms 4 gadiem
README.md readme: fix typo pirms 4 gadiem
discover.go Add discovery support for SMTP with implicit TLS pirms 4 gadiem
go.mod plugins/carddav: check supported vCard versions pirms 4 gadiem
go.sum plugins/carddav: check supported vCard versions pirms 4 gadiem
imap.go Introduce base plugin pirms 4 gadiem
plugin.go Extract Lua infrastructure into a plugin pirms 4 gadiem
plugin_go.go Update docs with new RegisterPluginLoader function pirms 4 gadiem
renderer.go Remove outdated TODO pirms 4 gadiem
server.go Add default ports for IMAP and SMTP pirms 4 gadiem
session.go cmd/koushin: add -debug flag pirms 4 gadiem
smtp.go Introduce base plugin pirms 4 gadiem
store.go koushin: add Store interface pirms 4 gadiem

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