aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/base/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve docsLibravatarLibravatar Simon Ser 2019-12-171-1/+1
|
* Add button to delete messageLibravatarLibravatar Simon Ser 2019-12-161-0/+41
| | | | | | 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-2/+44
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Export IMAPMessageLibravatarLibravatar Simon Ser 2019-12-161-5/+5
| | | | This is a public type other plugins and templates may want to access.
* Add attachments support to composerLibravatarLibravatar Simon Ser 2019-12-161-1/+7
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/13
* Add basic searchLibravatarLibravatar Simon Ser 2019-12-161-6/+18
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Replace Session.ConnectSMTP with Session.DoSMTPLibravatarLibravatar Simon Ser 2019-12-161-9/+4
| | | | | This gives more flexibility in Session for optimizations, e.g. keep the SMTP connection around for some time if possible.
* Rename Session.Do to Session.DoIMAPLibravatarLibravatar Simon Ser 2019-12-161-3/+3
|
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-0/+285
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39