From 90c60d1be71e483e9e017d96c90777cac2562f71 Mon Sep 17 00:00:00 2001 From: lorentz Date: Wed, 1 Apr 2026 07:40:49 -0400 Subject: [PATCH] fix: dialog release button no Check icon, add size/attachments row, add Mimecast console link --- app/admin/sync/mimecast/page.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 }: { )}