Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |