+
+
+ {{
+ t(
+ 'mail',
+ 'Are you sure you want to delete the mailbox for {email}?',
+ { email: mailbox?.email || '' }
+ )
+ }}
+
+
+ {{ t('mail', 'This action cannot be undone. All emails and settings for this account will be permanently deleted.') }}
+
+
+
+
+
+ {{ t('mail', 'Email Address:') }}
+ {{ mailbox?.email || '' }}
+
+
+ {{ t('mail', 'User:') }}
+ {{ mailbox?.name || mailbox?.userId || '' }}
+
+
+
+
+