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 a176409933
Drop define in templates
4 年之前
cmd/koushin Add basic theme support 4 年之前
public Drop define in templates 4 年之前
.gitignore Add .gitignore 4 年之前
LICENSE Correct license ownership 4 年之前
README.md Add basic theme support 4 年之前
conn_pool.go Add basic pagination to message list 4 年之前
go.mod Use imap.BodyStructure.Filename and imap.Address.Address 4 年之前
go.sum Use imap.BodyStructure.Filename and imap.Address.Address 4 年之前
handlers.go Use imap.BodyStructure.Filename and imap.Address.Address 4 年之前
imap.go Use imap.BodyStructure.Filename and imap.Address.Address 4 年之前
server.go Extract HTTP handlers in separate file 4 年之前
smtp.go Add basic pagination to message list 4 年之前
strconv.go Add basic pagination to message list 4 年之前
template.go Add basic theme support 4 年之前

README.md

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