Deuxfleurs patches for alps webmail (from https://sr.ht/~migadu/alps/)
Go to file
Simon Ser a176409933
Drop define in templates
Just use the full filename instead, this is simpler and more explicit.
2019-12-09 15:00:01 +01:00
cmd/koushin Add basic theme support 2019-12-04 18:30:01 +01:00
public Drop define in templates 2019-12-09 15:00:01 +01:00
.gitignore Add .gitignore 2019-12-04 18:36:59 +01:00
conn_pool.go Add basic pagination to message list 2019-12-03 19:49:04 +01:00
go.mod Use imap.BodyStructure.Filename and imap.Address.Address 2019-12-09 13:45:15 +01:00
go.sum Use imap.BodyStructure.Filename and imap.Address.Address 2019-12-09 13:45:15 +01:00
handlers.go Use imap.BodyStructure.Filename and imap.Address.Address 2019-12-09 13:45:15 +01:00
imap.go Use imap.BodyStructure.Filename and imap.Address.Address 2019-12-09 13:45:15 +01:00
LICENSE Correct license ownership 2019-12-03 07:48:25 -05:00
README.md Add basic theme support 2019-12-04 18:30:01 +01:00
server.go Extract HTTP handlers in separate file 2019-12-04 20:55:08 +01:00
smtp.go Add basic pagination to message list 2019-12-03 19:49:04 +01:00
strconv.go Add basic pagination to message list 2019-12-03 19:49:04 +01:00
template.go Add basic theme support 2019-12-04 18:30:01 +01:00

koushin

Usage

go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465

See -h for more information.

Themes

They should be put in public/themes/<name>/.

Templates in public/themes/<name>/*.html override default templates in public/*.html. Assets in public/themes/<name>/assets/* are served by the HTTP server at themes/<name>/assets/*.

License

MIT