aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/base/public/message.html
Commit message (Collapse)AuthorAgeFilesLines
* Add <meta refresh> to mailbox viewLibravatarLibravatar Drew DeVault 2020-05-131-1/+1
| | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives.
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* plugins/base: allow move/delete/flag operations to take multiple UIDsLibravatarLibravatar Simon Ser 2020-03-191-3/+6
|
* plugins/base: add route to forward messagesLibravatarLibravatar Simon Ser 2020-03-181-1/+2
| | | | | | Only inline forwarding is supported for now. References: https://todo.sr.ht/~sircmpwn/koushin/37
* plugins/base: replace MessageRenderData.PartPath with PartLibravatarLibravatar Simon Ser 2020-02-251-10/+10
|
* Turn message part viewers into pluginsLibravatarLibravatar Simon Ser 2020-02-121-8/+2
|
* Add .editorconfigLibravatarLibravatar Simon Ser 2020-01-241-94/+94
|
* plugins/base: edit draftsLibravatarLibravatar Simon Ser 2020-01-241-1/+7
| | | | Note that attachments will be lost. This is a TODO.
* Add polyfill for browsers not supporting srcdocLibravatarLibravatar Simon Ser 2020-01-201-1/+0
|
* Open e-mail links in new tabLibravatarLibravatar Simon Ser 2020-01-201-1/+2
|
* Resize e-mail iframe with contentLibravatarLibravatar Simon Ser 2020-01-201-1/+2
|
* Add support for HTML partsLibravatarLibravatar Simon Ser 2020-01-201-1/+6
|
* Fix extra comma in address listLibravatarLibravatar Simon Ser 2019-12-181-1/+1
|
* Linkify address listsLibravatarLibravatar Simon Ser 2019-12-171-4/+12
|
* Add a form to set message flagsLibravatarLibravatar Simon Ser 2019-12-171-1/+20
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add envelope metadata to message viewLibravatarLibravatar Simon Ser 2019-12-171-0/+22
|
* Add button to delete messageLibravatarLibravatar Simon Ser 2019-12-161-0/+4
| | | | | | 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/+10
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-0/+58
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39