Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable DNS prefetching | 2020-01-20 | 1 | -0/+2 | ||
* | Make the text/* part content a []byte | 2020-01-20 | 2 | -6/+5 | ||
* | Extract HTML sanitizer to its own file | 2020-01-20 | 2 | -7/+19 | ||
* | Add polyfill for browsers not supporting srcdoc | 2020-01-20 | 2 | -1/+10 | ||
* | Open e-mail links in new tab | 2020-01-20 | 2 | -1/+3 | ||
* | Resize e-mail iframe with content | 2020-01-20 | 4 | -1/+14 | ||
* | Add support for HTML parts | 2020-01-20 | 5 | -3/+27 | ||
* | Update dependencies | 2020-01-20 | 2 | -26/+25 | ||
* | Fix dangling goroutine on session expiration | 2020-01-20 | 1 | -3/+1 | ||
* | go fmt | 2020-01-20 | 3 | -3/+3 | ||
* | Auto-discover upstream SMTP and IMAP servers | 2020-01-20 | 3 | -4/+90 | ||
* | Generalize upstream server URLs | 2020-01-20 | 2 | -36/+89 | ||
* | Hide echo banner | 2020-01-17 | 1 | -0/+1 | ||
* | Add current path to the global context | 2020-01-16 | 1 | -0/+4 | ||
* | Include flags when fetching items over IMAP | 2020-01-16 | 1 | -1/+1 | ||
* | Add Session.SetHTTPBasicAuth | 2020-01-10 | 1 | -0/+8 | ||
* | Fix panic when injecting a template with nil data | 2020-01-10 | 1 | -1/+12 | ||
* | Redirect to original URL after login | 2020-01-10 | 2 | -7/+23 | ||
* | Close Lua plugins on reload | 2020-01-10 | 1 | -2/+11 | ||
* | cmd/koushin: add -addr flag | 2020-01-08 | 1 | -1/+3 | ||
* | readme: document hot reload | 2020-01-08 | 1 | -0/+6 | ||
* | Implement plugin/template reload on SIGUSR1 | 2020-01-08 | 3 | -39/+60 | ||
* | cmd/koushin: reload on SIGUSR1 | 2020-01-08 | 1 | -1/+16 | ||
* | Add Server.Reload | 2020-01-08 | 3 | -16/+36 | ||
* | Make New return the Server | 2020-01-08 | 2 | -6/+7 | ||
* | themes/sourcehut: add search input to mailbox view | 2019-12-25 | 3 | -0/+14 | ||
* | Fix extra comma in address list | 2019-12-18 | 1 | -1/+1 | ||
* | Fix header missing from raw e-mail download | 2019-12-18 | 1 | -1/+11 | ||
* | Add a default CSP | 2019-12-18 | 1 | -0/+7 | ||
* | Implement paging for search | 2019-12-17 | 3 | -16/+30 | ||
* | Document that plugins don't have access to passwords | 2019-12-17 | 1 | -0/+3 | ||
* | Make Go plugin handlers take a *Context | 2019-12-17 | 2 | -38/+25 | ||
* | Add Context to Plugin.Inject | 2019-12-17 | 4 | -7/+7 | ||
* | Add RenderData interface | 2019-12-17 | 5 | -27/+57 | ||
* | Rename RenderData to BaseRenderData | 2019-12-17 | 2 | -12/+12 | ||
* | Allow Go Plugins to inject template data | 2019-12-17 | 1 | -0/+21 | ||
* | Allow Lua plugins to inject all templates | 2019-12-17 | 2 | -2/+9 | ||
* | Use Context.FormParams | 2019-12-17 | 1 | -2/+4 | ||
* | Linkify address lists | 2019-12-17 | 3 | -12/+17 | ||
* | Redirect / to INBOX | 2019-12-17 | 1 | -0/+4 | ||
* | Add a form to set message flags | 2019-12-17 | 6 | -24/+133 | ||
* | plugins/base: extract route registration into function | 2019-12-17 | 2 | -28/+30 | ||
* | themes/sourcehut: use formatdate template func | 2019-12-17 | 1 | -2/+2 | ||
* | Add envelope metadata to message view | 2019-12-17 | 3 | -11/+52 | ||
* | Improve docs | 2019-12-17 | 3 | -8/+33 | ||
* | Add button to delete message | 2019-12-16 | 3 | -0/+47 | ||
* | Add form to move messages | 2019-12-16 | 5 | -2/+59 | ||
* | Update deps | 2019-12-16 | 2 | -33/+25 | ||
* | Export IMAPMessage | 2019-12-16 | 2 | -16/+16 | ||
* | Add attachments support to composer | 2019-12-16 | 3 | -9/+57 |