Simon Ser
|
ca3672df2a
|
Add RenderData interface
This allows Go plugins to easily inject global data.
|
2019-12-17 15:01:15 +01:00 |
|
Simon Ser
|
d8a875a5f7
|
Rename RenderData to BaseRenderData
RenderData will be used for an interface.
|
2019-12-17 13:27:20 +01:00 |
|
Simon Ser
|
38d73f5771
|
Use Context.FormParams
|
2019-12-17 13:09:25 +01:00 |
|
Simon Ser
|
e2d70ba6ca
|
Linkify address lists
|
2019-12-17 13:02:38 +01:00 |
|
Simon Ser
|
0c21c501ff
|
Redirect / to INBOX
|
2019-12-17 12:44:13 +01:00 |
|
Simon Ser
|
2a2a48c7fa
|
Add a form to set message flags
References: https://todo.sr.ht/~sircmpwn/koushin/36
|
2019-12-17 12:42:04 +01:00 |
|
Simon Ser
|
3aea768cad
|
plugins/base: extract route registration into function
|
2019-12-17 11:36:08 +01:00 |
|
Simon Ser
|
9404be1a32
|
Add envelope metadata to message view
|
2019-12-17 11:33:23 +01:00 |
|
Simon Ser
|
e78d2db3ea
|
Improve docs
|
2019-12-17 10:58:31 +01:00 |
|
Simon Ser
|
a425e17b0e
|
Add button to delete message
Maybe we should add a confirmation step in the future.
References: https://todo.sr.ht/~sircmpwn/koushin/36
|
2019-12-16 17:45:20 +01:00 |
|
Simon Ser
|
1841609fbc
|
Add form to move messages
References: https://todo.sr.ht/~sircmpwn/koushin/36
|
2019-12-16 17:25:53 +01:00 |
|
Simon Ser
|
4449416357
|
Export IMAPMessage
This is a public type other plugins and templates may want to access.
|
2019-12-16 15:46:29 +01:00 |
|
Simon Ser
|
08b259bd50
|
Add attachments support to composer
Closes: https://todo.sr.ht/~sircmpwn/koushin/13
|
2019-12-16 15:40:30 +01:00 |
|
Simon Ser
|
65931445a8
|
Use <label> in compose form
|
2019-12-16 14:45:55 +01:00 |
|
Simon Ser
|
1c5e17472d
|
Add basic search
Closes: https://todo.sr.ht/~sircmpwn/koushin/23
|
2019-12-16 14:36:43 +01:00 |
|
Simon Ser
|
1a658fc22c
|
Add line break to login form
|
2019-12-16 13:51:49 +01:00 |
|
Simon Ser
|
622f00fe06
|
Replace Session.ConnectSMTP with Session.DoSMTP
This gives more flexibility in Session for optimizations, e.g. keep the
SMTP connection around for some time if possible.
|
2019-12-16 13:07:35 +01:00 |
|
Simon Ser
|
d01c85616a
|
Rename Session.Do to Session.DoIMAP
|
2019-12-16 13:01:33 +01:00 |
|
Simon Ser
|
d897eeee5c
|
Introduce base plugin
This plugin offers base IMAP/SMTP functionality.
References: https://todo.sr.ht/~sircmpwn/koushin/39
|
2019-12-16 12:52:44 +01:00 |
|