Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
* | Add logout route | 2019-12-03 | 2 | -0/+11 | ||
* | Set HTTP error handler | 2019-12-03 | 1 | -0/+11 | ||
* | Display & download any message part | 2019-12-03 | 5 | -55/+142 | ||
* | Extract string conversion functions | 2019-12-03 | 3 | -32/+37 | ||
* | Linkify message part tree | 2019-12-03 | 2 | -8/+52 | ||
* | go fmt | 2019-12-03 | 3 | -14/+14 | ||
* | Print body structure tree | 2019-12-03 | 1 | -1/+16 | ||
* | Add missing public/message.html | 2019-12-02 | 1 | -0/+11 | ||
* | Add basic message view | 2019-12-02 | 5 | -9/+211 | ||
* | Linkify mailbox list | 2019-12-02 | 2 | -4/+1 | ||
* | Add basic message list | 2019-12-02 | 3 | -3/+64 | ||
* | Extract IMAP functions into separate file | 2019-12-02 | 2 | -37/+51 | ||
* | Add synchronization to connection pool | 2019-12-02 | 1 | -1/+11 | ||
* | Evict connection pool entry on logout | 2019-12-02 | 1 | -0/+6 | ||
* | readme: add IMAP URL to usage | 2019-12-02 | 1 | -1/+1 | ||
* | List mailboxes | 2019-12-02 | 2 | -4/+31 | ||
* | Add initial login logic | 2019-12-02 | 6 | -6/+248 | ||
* | Add HTTP server boilerplate | 2019-12-02 | 10 | -0/+149 |