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

@@ -1,10 +1,8 @@
<script setup lang="ts">
import { computed } from 'vue'
import type { EntityObject } from '@MailManager/models'
import { SecurityLevel } from '@/utile/emailSanitizer'
interface Props {
message: EntityObject
isHtml: boolean
allowImages: boolean
securityLevel: SecurityLevel