aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Use Context.FormParamsLibravatarLibravatar Simon Ser 2019-12-171-2/+4
|
* Linkify address listsLibravatarLibravatar Simon Ser 2019-12-173-12/+17
|
* Redirect / to INBOXLibravatarLibravatar Simon Ser 2019-12-171-0/+4
|
* Add a form to set message flagsLibravatarLibravatar Simon Ser 2019-12-174-23/+130
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* plugins/base: extract route registration into functionLibravatarLibravatar Simon Ser 2019-12-172-28/+30
|
* Add envelope metadata to message viewLibravatarLibravatar Simon Ser 2019-12-173-11/+52
|
* Improve docsLibravatarLibravatar Simon Ser 2019-12-171-1/+1
|
* Add button to delete messageLibravatarLibravatar Simon Ser 2019-12-163-0/+47
| | | | | | 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-163-2/+56
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Export IMAPMessageLibravatarLibravatar Simon Ser 2019-12-162-16/+16
| | | | This is a public type other plugins and templates may want to access.
* Add attachments support to composerLibravatarLibravatar Simon Ser 2019-12-163-9/+57
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/13
* Use <label> in compose formLibravatarLibravatar Simon Ser 2019-12-162-9/+12
|
* Add basic searchLibravatarLibravatar Simon Ser 2019-12-165-9/+74
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Add line break to login formLibravatarLibravatar Simon Ser 2019-12-161-0/+1
|
* 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-1612-0/+935
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39