mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 07:14:40 +03:00
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:
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user