Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/base: edit drafts | 2020-01-24 | 1 | -1/+7 | |
| | | | | Note that attachments will be lost. This is a TODO. | ||||
* | plugins/base: save message as draft | 2020-01-24 | 1 | -0/+1 | |
| | |||||
* | Add polyfill for browsers not supporting srcdoc | 2020-01-20 | 2 | -1/+10 | |
| | |||||
* | Open e-mail links in new tab | 2020-01-20 | 1 | -1/+2 | |
| | |||||
* | Resize e-mail iframe with content | 2020-01-20 | 3 | -1/+11 | |
| | |||||
* | Add support for HTML parts | 2020-01-20 | 2 | -2/+11 | |
| | |||||
* | Fix extra comma in address list | 2019-12-18 | 1 | -1/+1 | |
| | |||||
* | Implement paging for search | 2019-12-17 | 1 | -3/+3 | |
| | |||||
* | Linkify address lists | 2019-12-17 | 1 | -4/+12 | |
| | |||||
* | Add a form to set message flags | 2019-12-17 | 1 | -1/+20 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add envelope metadata to message view | 2019-12-17 | 1 | -0/+22 | |
| | |||||
* | Add button to delete message | 2019-12-16 | 1 | -0/+4 | |
| | | | | | | Maybe we should add a confirmation step in the future. References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add form to move messages | 2019-12-16 | 1 | -0/+10 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add attachments support to composer | 2019-12-16 | 1 | -3/+6 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/13 | ||||
* | Use <label> in compose form | 2019-12-16 | 2 | -9/+12 | |
| | |||||
* | Add basic search | 2019-12-16 | 2 | -1/+6 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | Add line break to login form | 2019-12-16 | 1 | -0/+1 | |
| | |||||
* | Introduce base plugin | 2019-12-16 | 7 | -0/+154 | |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |