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

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