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 61ffc105fd
Use imap.BodyStructure.Filename and imap.Address.Address
преди 4 години
cmd/koushin Add basic theme support преди 4 години
public Make message view's Back link set the mailbox page преди 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