Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop define in templates | 2019-12-09 | 1 | -2/+2 | |
| | | | | Just use the full filename instead, this is simpler and more explicit. | ||||
* | Make message view's Back link set the mailbox page | 2019-12-03 | 1 | -1/+3 | |
| | | | | | | | This allows to go back and forth between the mailbox view and the message view. References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Add basic pagination to message list | 2019-12-03 | 1 | -1/+7 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Add support for replying to a message | 2019-12-03 | 1 | -0/+1 | |
| | |||||
* | Escape mailbox names in URLs | 2019-12-03 | 1 | -1/+1 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Add compose view | 2019-12-03 | 1 | -1/+3 | |
| | |||||
* | Display & download any message part | 2019-12-03 | 1 | -8/+29 | |
| | |||||
* | Linkify message part tree | 2019-12-03 | 1 | -4/+4 | |
| | |||||
* | Print body structure tree | 2019-12-03 | 1 | -1/+16 | |
| | |||||
* | Add missing public/message.html | 2019-12-02 | 1 | -0/+11 | |