Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add docs | 2019-12-11 | 4 | -4/+26 | ||
* | Allow plugins to provide their own templates | 2019-12-11 | 4 | -8/+27 | ||
* | readme: add godoc badge | 2019-12-11 | 1 | -0/+2 | ||
* | Export Server.{Sessions,Plugins} | 2019-12-11 | 4 | -13/+12 | ||
* | Unexport NewSessionManager | 2019-12-11 | 2 | -2/+2 | ||
* | Export Context.SetSession, unexport Session.Token | 2019-12-11 | 3 | -10/+10 | ||
* | Export Context | 2019-12-11 | 3 | -29/+34 | ||
* | Add plugins/ to .gitignore | 2019-12-10 | 1 | -0/+1 | ||
* | go fmt | 2019-12-10 | 3 | -17/+17 | ||
* | Introduce GlobalRenderData and RenderData | 2019-12-10 | 2 | -7/+40 | ||
* | Load all themes on startup | 2019-12-10 | 1 | -13/+54 | ||
* | readme: add link to mailing list & issue tracker | 2019-12-10 | 1 | -0/+5 | ||
* | Rename Plugin.Render to Plugin.Inject | 2019-12-10 | 3 | -3/+3 | ||
* | Extract Lua plugin logic into separate file | 2019-12-10 | 2 | -151/+158 | ||
* | Allow plugins to add new routes | 2019-12-10 | 3 | -0/+40 | ||
* | Reconnect to IMAP server when logged out | 2019-12-09 | 3 | -20/+90 | ||
* | Make SessionManager create the IMAP client | 2019-12-09 | 4 | -23/+46 | ||
* | Rename ConnPool to SessionManager | 2019-12-09 | 3 | -20/+20 | ||
* | readme: sync with new Lua API | 2019-12-09 | 1 | -2/+5 | ||
* | Add a Lua API to set template filters | 2019-12-09 | 3 | -10/+49 | ||
* | Change Lua API to koushin.on_render | 2019-12-09 | 1 | -7/+27 | ||
* | Make render data static | 2019-12-09 | 1 | -14/+39 | ||
* | Add basic support for plugins | 2019-12-09 | 6 | -1/+115 | ||
* | Drop define in templates | 2019-12-09 | 6 | -12/+8 | ||
* | Use imap.BodyStructure.Filename and imap.Address.Address | 2019-12-09 | 4 | -6/+5 | ||
* | Extract HTTP handlers in separate file | 2019-12-04 | 2 | -263/+277 | ||
* | Add .gitignore | 2019-12-04 | 1 | -0/+2 | ||
* | Add basic theme support | 2019-12-04 | 5 | -25/+75 | ||
* | Make message view's Back link set the mailbox page | 2019-12-03 | 3 | -6/+9 | ||
* | Add separator between Prev and Next links | 2019-12-03 | 1 | -0/+1 | ||
* | Add basic pagination to message list | 2019-12-03 | 7 | -20/+60 | ||
* | Fix missing OutgoingMessage.InReplyTo assignment | 2019-12-03 | 1 | -9/+5 | ||
* | Add basic support for multiple recipients | 2019-12-03 | 2 | -3/+10 | ||
* | Add support for replying to a message | 2019-12-03 | 5 | -12/+103 | ||
* | Fix mailbox view when empty | 2019-12-03 | 2 | -9/+15 | ||
* | Add empty CSS stylesheet | 2019-12-03 | 3 | -1/+3 | ||
* | Set imap.CharsetReader | 2019-12-03 | 1 | -1/+5 | ||
* | Escape mailbox names in URLs | 2019-12-03 | 4 | -5/+17 | ||
* | Add session lock | 2019-12-03 | 3 | -16/+45 | ||
* | Import go-message charsets package | 2019-12-03 | 1 | -0/+1 | ||
* | Pre-fill composer with sender address | 2019-12-03 | 3 | -22/+30 | ||
* | Add basic SMTP support | 2019-12-03 | 5 | -7/+196 | ||
* | Save username/password in session | 2019-12-03 | 2 | -13/+26 | ||
* | Parse SMTP URL from CLI | 2019-12-03 | 3 | -11/+57 | ||
* | Fix EOF on message view | 2019-12-03 | 1 | -2/+10 | ||
* | Fix format string | 2019-12-03 | 1 | -1/+1 | ||
* | Add context to errors | 2019-12-03 | 2 | -14/+14 | ||
* | Add compose view | 2019-12-03 | 4 | -2/+38 | ||
* | Correct license ownership | 2019-12-03 | 1 | -1/+1 | ||
* | Show last 50 messages in mailbox view | 2019-12-03 | 1 | -1/+1 |