A webmail client. Forked from https://git.sr.ht/~migadu/alps
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Simon Ser 4cf5ad68af
plugins/base: always show INBOX first
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: always show INBOX first 4 лет назад
themes themes/alps: add button to save as draft 4 лет назад
.build.yml ci: add .build.yml 4 лет назад
.editorconfig editorconfig: add more settings 4 лет назад
.gitignore themes/alps: new theme 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/base: allow move/delete/flag operations to take multiple UIDs 4 лет назад
go.sum plugins/base: allow move/delete/flag operations to take multiple UIDs 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