Simon Ser
|
3384c39a17
|
plugins/base: delete previous draft
|
2020-01-24 20:27:05 +01:00 |
|
Simon Ser
|
d31c56ec98
|
plugins/base: edit drafts
Note that attachments will be lost. This is a TODO.
|
2020-01-24 20:07:29 +01:00 |
|
Simon Ser
|
bfc617b702
|
plugins/base: save message as draft
|
2020-01-24 17:49:50 +01:00 |
|
Simon Ser
|
589b303f9f
|
plugins/base: append outgoing messages to Sent mailbox
And mark original message as answered.
Closes: https://todo.sr.ht/~sircmpwn/koushin/15
|
2020-01-20 20:25:41 +01:00 |
|
Simon Ser
|
3bf17752ab
|
plugins/base: remove external resources URLs, sanitize CSS
|
2020-01-20 18:28:49 +01:00 |
|
Simon Ser
|
a66ef1059b
|
Make the text/* part content a []byte
|
2020-01-20 16:20:16 +01:00 |
|
Simon Ser
|
8d248bc32f
|
Extract HTML sanitizer to its own file
|
2020-01-20 16:20:16 +01:00 |
|
Simon Ser
|
efaf6fd444
|
Open e-mail links in new tab
|
2020-01-20 16:20:15 +01:00 |
|
Simon Ser
|
721c3ce3eb
|
Resize e-mail iframe with content
|
2020-01-20 16:20:15 +01:00 |
|
Simon Ser
|
af5ffd12f9
|
Add support for HTML parts
|
2020-01-20 16:20:15 +01:00 |
|
Simon Ser
|
24718f1ac4
|
Redirect to original URL after login
|
2020-01-10 17:29:37 +01:00 |
|
Simon Ser
|
8c4587f477
|
Fix header missing from raw e-mail download
|
2019-12-18 16:57:53 +01:00 |
|
Simon Ser
|
80da410c3b
|
Implement paging for search
|
2019-12-17 16:23:51 +01:00 |
|
Simon Ser
|
f106c1125f
|
Make Go plugin handlers take a *Context
Take a *Context instead of a echo.Context. This saves a type assertion
in each handler.
|
2019-12-17 15:19:37 +01:00 |
|
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 |
|