diff --git a/app/admin/sync/mimecast/page.tsx b/app/admin/sync/mimecast/page.tsx
index bd16814..832624b 100644
--- a/app/admin/sync/mimecast/page.tsx
+++ b/app/admin/sync/mimecast/page.tsx
@@ -655,6 +655,21 @@ function MessageAnalysisDialog({ message, onClose, onRelease, releasing }: {
{message.reason}
)}
+
+ Size
+
+ {message.size ? `${(message.size / 1024).toFixed(1)} KB` : '—'}
+ {message.hasAttachments ? has attachments : ''}
+
+
+
+
+ {/* Body not available note */}
+
+
+
Message body is not accessible via the Mimecast held mail API. To preview the full content, open the Mimecast Administration Console.
+ Open Mimecast Console →
+
{/* Explanation */}
@@ -691,11 +706,11 @@ function MessageAnalysisDialog({ message, onClose, onRelease, releasing }: {
{ onRelease(message); onClose(); }}
>
- {releasing ? : }
+ {releasing && }
Release
)}