Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mailbox view when empty | Simon Ser | 2019-12-03 | 2 | -9/+15 |
| | | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Add empty CSS stylesheet | Simon Ser | 2019-12-03 | 3 | -1/+3 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/19 | ||||
* | Set imap.CharsetReader | Simon Ser | 2019-12-03 | 1 | -1/+5 |
| | | | | | This adds support for additional charsets when parsing e.g. subject lines. | ||||
* | Escape mailbox names in URLs | Simon Ser | 2019-12-03 | 4 | -5/+17 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Add session lock | Simon Ser | 2019-12-03 | 3 | -16/+45 |
| | | | | | | | HTTP requests can be processed in parallel, but we only have one IMAP connection per session. Closes: https://todo.sr.ht/~sircmpwn/koushin/12 | ||||
* | Import go-message charsets package | Simon Ser | 2019-12-03 | 1 | -0/+1 |
| | | | | | | Enables support for non-UTF8 charsets. Closes: https://todo.sr.ht/~sircmpwn/koushin/18 | ||||
* | Pre-fill composer with sender address | Simon Ser | 2019-12-03 | 3 | -22/+30 |
| | |||||
* | Add basic SMTP support | Simon Ser | 2019-12-03 | 5 | -7/+196 |
| | |||||
* | Save username/password in session | Simon Ser | 2019-12-03 | 2 | -13/+26 |
| | | | | | This is required for authenticating with the SMTP server when composing a new message. | ||||
* | Parse SMTP URL from CLI | Simon Ser | 2019-12-03 | 3 | -11/+57 |
| | |||||
* | Fix EOF on message view | Simon Ser | 2019-12-03 | 1 | -2/+10 |
| | |||||
* | Fix format string | Simon Ser | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Add context to errors | Simon Ser | 2019-12-03 | 2 | -14/+14 |
| | |||||
* | Add compose view | Simon Ser | 2019-12-03 | 4 | -2/+38 |
| | |||||
* | Correct license ownership | Drew DeVault | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Show last 50 messages in mailbox view | Simon Ser | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Add logout route | Simon Ser | 2019-12-03 | 2 | -0/+11 |
| | |||||
* | Set HTTP error handler | Simon Ser | 2019-12-03 | 1 | -0/+11 |
| | |||||
* | Display & download any message part | Simon Ser | 2019-12-03 | 5 | -55/+142 |
| | |||||
* | Extract string conversion functions | Simon Ser | 2019-12-03 | 3 | -32/+37 |
| | |||||
* | Linkify message part tree | Simon Ser | 2019-12-03 | 2 | -8/+52 |
| | |||||
* | go fmt | Simon Ser | 2019-12-03 | 3 | -14/+14 |
| | |||||
* | Print body structure tree | Simon Ser | 2019-12-03 | 1 | -1/+16 |
| | |||||
* | Add missing public/message.html | Simon Ser | 2019-12-02 | 1 | -0/+11 |
| | |||||
* | Add basic message view | Simon Ser | 2019-12-02 | 5 | -9/+211 |
| | |||||
* | Linkify mailbox list | Simon Ser | 2019-12-02 | 2 | -4/+1 |
| | |||||
* | Add basic message list | Simon Ser | 2019-12-02 | 3 | -3/+64 |
| | |||||
* | Extract IMAP functions into separate file | Simon Ser | 2019-12-02 | 2 | -37/+51 |
| | |||||
* | Add synchronization to connection pool | Simon Ser | 2019-12-02 | 1 | -1/+11 |
| | |||||
* | Evict connection pool entry on logout | Simon Ser | 2019-12-02 | 1 | -0/+6 |
| | |||||
* | readme: add IMAP URL to usage | Simon Ser | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | List mailboxes | Simon Ser | 2019-12-02 | 2 | -4/+31 |
| | |||||
* | Add initial login logic | Simon Ser | 2019-12-02 | 6 | -6/+248 |
| | |||||
* | Add HTTP server boilerplate | Simon Ser | 2019-12-02 | 10 | -0/+149 |