aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/base/plugin.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-4/+4
|
* plugins/base: add settings pageLibravatarLibravatar Simon Ser 2020-01-281-2/+0
| | | | | Add a settings page where the user can change the number of messages displayed per page.
* Introduce PluginLoaderFuncLibravatarLibravatar Simon Ser 2020-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 functionLibravatarLibravatar Simon Ser 2019-12-171-28/+1
|
* Add envelope metadata to message viewLibravatarLibravatar Simon Ser 2019-12-171-11/+1
|
* Add button to delete messageLibravatarLibravatar Simon Ser 2019-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 messagesLibravatarLibravatar Simon Ser 2019-12-161-0/+2
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add basic searchLibravatarLibravatar Simon Ser 2019-12-161-0/+1
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-0/+48
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39