Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the public/ directory | Simon Ser | 2019-12-16 | 10 | -5963/+0 |
| | | | | | Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. | ||||
* | Introduce base plugin | Simon Ser | 2019-12-16 | 7 | -154/+0 |
| | | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 | ||||
* | Add simple Sourcehut-based theme | Drew DeVault | 2019-12-12 | 11 | -4/+5967 |
| | |||||
* | Drop define in templates | Simon Ser | 2019-12-09 | 6 | -12/+8 |
| | | | | Just use the full filename instead, this is simpler and more explicit. | ||||
* | Make message view's Back link set the mailbox page | Simon Ser | 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 separator between Prev and Next links | Simon Ser | 2019-12-03 | 1 | -0/+1 |
| | |||||
* | Add basic pagination to message list | Simon Ser | 2019-12-03 | 2 | -2/+21 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Add support for replying to a message | Simon Ser | 2019-12-03 | 2 | -2/+5 |
| | |||||
* | Fix mailbox view when empty | Simon Ser | 2019-12-03 | 1 | -8/+12 |
| | | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Add empty CSS stylesheet | Simon Ser | 2019-12-03 | 2 | -0/+2 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/19 | ||||
* | Escape mailbox names in URLs | Simon Ser | 2019-12-03 | 2 | -3/+3 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Pre-fill composer with sender address | Simon Ser | 2019-12-03 | 1 | -4/+4 |
| | |||||
* | Add compose view | Simon Ser | 2019-12-03 | 3 | -2/+30 |
| | |||||
* | Add logout route | Simon Ser | 2019-12-03 | 1 | -0/+2 |
| | |||||
* | Display & download any message part | Simon Ser | 2019-12-03 | 1 | -8/+29 |
| | |||||
* | Linkify message part tree | Simon Ser | 2019-12-03 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -1/+5 |
| | |||||
* | Linkify mailbox list | Simon Ser | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | Add basic message list | Simon Ser | 2019-12-02 | 1 | -0/+7 |
| | |||||
* | List mailboxes | Simon Ser | 2019-12-02 | 1 | -0/+7 |
| | |||||
* | Add initial login logic | Simon Ser | 2019-12-02 | 1 | -0/+14 |
| | |||||
* | Add HTTP server boilerplate | Simon Ser | 2019-12-02 | 3 | -0/+18 |