feat: drag emails out to file explorer as .eml

This commit is contained in:
Linus Rath
2026-05-22 14:04:52 +02:00
parent d3778e6521
commit 8810a63262
2 changed files with 184 additions and 4 deletions
+2
View File
@@ -93,6 +93,8 @@ const EMAIL_LIST_PROPERTIES = [
"subject",
"preview",
"hasAttachment",
// Needed so list rows can serve drag-out to the file system as .eml.
"blobId",
] as const;
// Stalwart's default property list for Calendar/get omits shareWith, isVisible,