From 8bbdb86f79ad0648c97ca5b8b3664227432a5a5f Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 16:57:10 +0100 Subject: [PATCH] Multiple accuracy fixes for Inbox Management documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Critical corrections based on actual UI behavior: Email Detail Modal Layout: - Fixed layout description: TWO-COLUMN (not top/middle/bottom) - Left side: Metadata + action buttons + parsed objects - Right side: Email body in iframe - Updated screenshot caption to reflect left/right layout Action Buttons (Left Side): - REMOVED "Re-parse" from modal (doesn't exist in modal!) - Only available buttons: Approve, Delete, Download .eml - Re-parse is ONLY on inbox page, not in modal Approving Emails: - FIXED: Job name is READ-ONLY during approval (cannot be edited!) - Only customer selection is editable - Added callout: "Job Name Cannot Be Changed" - Removed all references to "edit job name" or "adjust job name" Re-parsing Emails: - REMOVED "Re-parse Single Email" section (doesn't exist!) - Only "Re-parse all" available on inbox page - Added callout: "No Individual Re-parse" - Workaround: Delete unwanted emails, re-parse all, re-import Deleting Emails: - Fixed location: "Deleted Mails" page (Admin only) - NOT in "Settings → Maintenance" - It's a separate navigation page Inbox Filters and Search: - REMOVED entire section (not in planning, won't be implemented) - No false expectations about future filtering features Troubleshooting Unparsed Emails: - FIXED: Parsers can ONLY be created by BackupChecks developer - Users CANNOT create custom parsers - Added warning callout about parser creation - Instructions: Contact support with .eml samples Best Practices: - Removed "Edit job names during approval" (impossible!) - Added "Verify parsed job names" - contact support if wrong - Updated to reflect actual capabilities All corrections ensure documentation matches actual UI behavior. Co-Authored-By: Claude Sonnet 4.5 --- .../mail-import/inbox-management.html | 97 ++++++++++--------- docs/changelog-claude.md | 2 +- 2 files changed, 51 insertions(+), 48 deletions(-) diff --git a/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html b/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html index 4734827..de3138f 100644 --- a/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html +++ b/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html @@ -110,17 +110,17 @@

Email Detail Modal

-

The email detail modal contains three main sections:

+

The email detail modal uses a two-column layout:

Email Detail Modal -
Figure 1: Email detail modal showing metadata, email body, and approval interface with customer selection
+
Figure 1: Email detail modal with metadata on the left and email body on the right
-

1. Metadata Section (Top)

+

1. Metadata Section (Left Side)

-

Displays email header information:

+

Displays email header information on the left side of the modal:

-

The metadata section also includes action buttons:

+

Below the metadata, action buttons are available:

-

2. Email Body (Middle)

+

2. Email Body (Right Side)

-

The email body is displayed in an embedded iframe:

+

The email body is displayed on the right side of the modal in an embedded iframe: