Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/base: add fallback if SPECIAL-USE is unsupported | 2020-01-24 | 1 | -20/+36 | |
| | |||||
* | plugins/base: save message as draft | 2020-01-24 | 1 | -0/+45 | |
| | |||||
* | plugins/base: append outgoing messages to Sent mailbox | 2020-01-20 | 1 | -0/+36 | |
| | | | | | | And mark original message as answered. Closes: https://todo.sr.ht/~sircmpwn/koushin/15 | ||||
* | Include flags when fetching items over IMAP | 2020-01-16 | 1 | -1/+1 | |
| | |||||
* | Add Server.Reload | 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 | 2019-12-17 | 1 | -9/+16 | |
| | |||||
* | Add a form to set message flags | 2019-12-17 | 1 | -0/+10 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Export IMAPMessage | 2019-12-16 | 1 | -11/+11 | |
| | | | | This is a public type other plugins and templates may want to access. | ||||
* | Add basic search | 2019-12-16 | 1 | -2/+49 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | Introduce base plugin | 2019-12-16 | 1 | -0/+277 | |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |