webmail: in message view, under More, add button to open currently displayed part (either text or html) as raw text (but decoded if in base64/quoted-printable/etc).

This commit is contained in:
Mechiel Lukkien
2025-01-22 21:18:02 +01:00
parent 7647264a72
commit 008de1cafb
8 changed files with 66 additions and 8 deletions

View File

@ -1000,7 +1000,7 @@
},
{
"Name": "Texts",
"Docs": "Text parts, can be empty.",
"Docs": "Contents of text parts, can be empty.",
"Typewords": [
"[]",
"string"
@ -1020,6 +1020,23 @@
"nullable",
"MessageAddress"
]
},
{
"Name": "TextPaths",
"Docs": "Paths to text parts.",
"Typewords": [
"[]",
"[]",
"int32"
]
},
{
"Name": "HTMLPath",
"Docs": "Path to HTML part.",
"Typewords": [
"[]",
"int32"
]
}
]
},