aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/plugin.go
Commit message (Collapse)AuthorAgeFilesLines
* Repoint repository references to new locationj3s2020-11-201-1/+1
|
* Rename project to alpsSimon Ser2020-05-131-4/+4
|
* plugins/base: add settings pageSimon Ser2020-01-281-2/+0
| | | | | Add a settings page where the user can change the number of messages displayed per page.
* Introduce PluginLoaderFuncSimon Ser2020-01-201-1/+1
| | | | | | | This allows registered plugins to execute code when loaded. This will also allow the Lua support code to be a plugin. Closes: https://todo.sr.ht/~sircmpwn/koushin/54
* plugins/base: extract route registration into functionSimon Ser2019-12-171-28/+1
|
* Add envelope metadata to message viewSimon Ser2019-12-171-11/+1
|
* Add button to delete messageSimon Ser2019-12-161-0/+2
| | | | | | Maybe we should add a confirmation step in the future. References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add form to move messagesSimon Ser2019-12-161-0/+2
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add basic searchSimon Ser2019-12-161-0/+1
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Introduce base pluginSimon Ser2019-12-161-0/+48
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39