refactor: use mail object

Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
2026-04-23 21:53:26 -04:00
parent b24b751e4a
commit c4173a040d
6 changed files with 82 additions and 89 deletions

View File

@@ -230,8 +230,9 @@ const handleFolderCreated = (folder: CollectionObject) => mailStore.notify(`Fold
<MessageReader
v-else
:message="selectedMessage"
@reply="handleReply"
:entity="selectedMessage"
@compose="handleCompose"
@reply="handleCompose"
@move="handleMove"
@delete="handleDelete"
@compose="handleCompose()"