Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
* | go fmt | 2019-12-16 | 3 | -4/+4 | ||
* | Use <label> in compose form | 2019-12-16 | 2 | -9/+12 | ||
* | Add basic search | 2019-12-16 | 5 | -9/+74 | ||
* | Add line break to login form | 2019-12-16 | 1 | -0/+1 | ||
* | Replace Session.ConnectSMTP with Session.DoSMTP | 2019-12-16 | 2 | -16/+19 | ||
* | Rename Session.Do to Session.DoIMAP | 2019-12-16 | 2 | -6/+6 | ||
* | Remove the public/ directory | 2019-12-16 | 15 | -7/+18 | ||
* | Introduce base plugin | 2019-12-16 | 22 | -450/+521 | ||
* | Add an API for Go plugins | 2019-12-16 | 3 | -1/+111 | ||
* | gitignore: don't ignore sourcehut theme | 2019-12-12 | 1 | -2/+3 | ||
* | Add simple Sourcehut-based theme | 2019-12-12 | 11 | -4/+5967 | ||
* | Fix undefined ErrSessionExpired | 2019-12-12 | 2 | -2/+2 | ||
* | 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 |