Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include flags when fetching items over IMAP | Dejan Strbac | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Add Server.Reload | Simon Ser | 2020-01-08 | 1 | -1/+1 |
| | | | | | This only reloads templates for now. In the future it'll also reload Lua plugins. | ||||
* | Implement paging for search | Simon Ser | 2019-12-17 | 1 | -9/+16 |
| | |||||
* | Add a form to set message flags | Simon Ser | 2019-12-17 | 1 | -0/+10 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Export IMAPMessage | Simon Ser | 2019-12-16 | 1 | -11/+11 |
| | | | | This is a public type other plugins and templates may want to access. | ||||
* | Add basic search | Simon Ser | 2019-12-16 | 1 | -2/+49 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | Introduce base plugin | Simon Ser | 2019-12-16 | 1 | -0/+277 |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |