Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unexport NewSessionManager | 2019-12-11 | 1 | -1/+1 | |
* | Export Context.SetSession, unexport Session.Token | 2019-12-11 | 1 | -5/+6 | |
* | Export Context | 2019-12-11 | 1 | -9/+14 | |
* | Allow plugins to add new routes | 2019-12-10 | 1 | -0/+4 | |
* | Reconnect to IMAP server when logged out | 2019-12-09 | 1 | -0/+1 | |
* | Make SessionManager create the IMAP client | 2019-12-09 | 1 | -1/+1 | |
* | Rename ConnPool to SessionManager | 2019-12-09 | 1 | -4/+4 | |
* | Add a Lua API to set template filters | 2019-12-09 | 1 | -4/+4 | |
* | Add basic support for plugins | 2019-12-09 | 1 | -0/+8 | |
* | Extract HTTP handlers in separate file | 2019-12-04 | 1 | -263/+2 | |
* | Add basic theme support | 2019-12-04 | 1 | -12/+21 | |
* | Make message view's Back link set the mailbox page | 2019-12-03 | 1 | -4/+5 | |
* | Add basic pagination to message list | 2019-12-03 | 1 | -1/+22 | |
* | Fix missing OutgoingMessage.InReplyTo assignment | 2019-12-03 | 1 | -9/+5 | |
* | Add basic support for multiple recipients | 2019-12-03 | 1 | -3/+2 | |
* | Add support for replying to a message | 2019-12-03 | 1 | -5/+59 | |
* | Add empty CSS stylesheet | 2019-12-03 | 1 | -1/+1 | |
* | Escape mailbox names in URLs | 2019-12-03 | 1 | -2/+10 | |
* | Add session lock | 2019-12-03 | 1 | -12/+33 | |
* | Pre-fill composer with sender address | 2019-12-03 | 1 | -7/+13 | |
* | Add basic SMTP support | 2019-12-03 | 1 | -2/+41 | |
* | Save username/password in session | 2019-12-03 | 1 | -2/+6 | |
* | Parse SMTP URL from CLI | 2019-12-03 | 1 | -6/+47 | |
* | Add context to errors | 2019-12-03 | 1 | -5/+5 | |
* | Add compose view | 2019-12-03 | 1 | -0/+8 | |
* | Add logout route | 2019-12-03 | 1 | -0/+9 | |
* | Set HTTP error handler | 2019-12-03 | 1 | -0/+11 | |
* | Display & download any message part | 2019-12-03 | 1 | -21/+65 | |
* | Extract string conversion functions | 2019-12-03 | 1 | -30/+0 | |
* | go fmt | 2019-12-03 | 1 | -9/+9 | |
* | Add basic message view | 2019-12-02 | 1 | -0/+56 | |
* | Add basic message list | 2019-12-02 | 1 | -3/+9 | |
* | Extract IMAP functions into separate file | 2019-12-02 | 1 | -37/+2 | |
* | List mailboxes | 2019-12-02 | 1 | -4/+24 | |
* | Add initial login logic | 2019-12-02 | 1 | -4/+151 | |
* | Add HTTP server boilerplate | 2019-12-02 | 1 | -0/+25 |