Deuxfleurs patches for alps webmail (from https://sr.ht/~migadu/alps/)
Go to file
Simon Ser 4ab5fb7f65
Make message view's Back link set the mailbox page
This allows to go back and forth between the mailbox view and the
message view.

References: https://todo.sr.ht/~sircmpwn/koushin/22
2019-12-03 20:06:43 +01:00
cmd/koushin Parse SMTP URL from CLI 2019-12-03 15:21:59 +01:00
public Make message view's Back link set the mailbox page 2019-12-03 20:06:43 +01:00
conn_pool.go Add basic pagination to message list 2019-12-03 19:49:04 +01:00
go.mod Add basic SMTP support 2019-12-03 16:27:49 +01:00
go.sum Add basic SMTP support 2019-12-03 16:27:49 +01:00
imap.go Make message view's Back link set the mailbox page 2019-12-03 20:06:43 +01:00
LICENSE Correct license ownership 2019-12-03 07:48:25 -05:00
README.md Parse SMTP URL from CLI 2019-12-03 15:21:59 +01:00
server.go Make message view's Back link set the mailbox page 2019-12-03 20:06:43 +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 Escape mailbox names in URLs 2019-12-03 17:31:53 +01:00

koushin

Usage

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

License

MIT