From 1b9252a80079c352fe9e85869b3d409bb21d5e6c Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 16:36:54 +0100 Subject: [PATCH] Fix Inbox Management: EML link and add email detail screenshot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrections to Inbox Management documentation: Table Columns: - Fixed EML column description: "Download link" instead of "Checkmark (✓)" - Clarified: "blank if not stored" for emails without stored .eml file Email Detail Modal section: - Added screenshot (approve-job.png) showing the email detail modal - Screenshot displays: metadata section, email body, and approval interface - Figure caption explains all visible components - Screenshot reused from earlier documentation (already created) These corrections accurately reflect the actual UI behavior. Co-Authored-By: Claude Sonnet 4.5 --- .../documentation/mail-import/inbox-management.html | 8 +++++++- docs/changelog-claude.md | 2 +- 2 files changed, 8 insertions(+), 2 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 8b721da..b8f9cea 100644 --- a/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html +++ b/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html @@ -79,7 +79,7 @@ EML - Checkmark (✓) if raw .eml file is stored + Download link if raw .eml file is stored (blank if not stored) @@ -107,6 +107,12 @@

The email detail modal contains three main sections:

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

1. Metadata Section (Top)

Displays email header information:

diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index 2e2cbe7..81b880d 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -7,7 +7,7 @@ This file documents all changes made to this project via Claude Code. ### Added - Completed Mail & Import documentation section (4 pages): - **Mail Import Setup**: Microsoft Graph API configuration with enhanced security (Azure AD app registration, start with Mail.Read only, Application Access Policy to restrict access to one mailbox via Exchange PowerShell, add Mail.ReadWrite after testing), two-step save workflow clarification (same "Save settings" button clicked twice - once for credentials to enable folder browsing, then again for complete configuration), automatic folder browser popup (no manual path entry), test configuration, troubleshooting (authentication errors, folder not found, no emails imported), advanced configuration (email retention, multiple mailboxes), comprehensive security best practices including principle of least privilege, note about planned UI improvement to make two-step save workflow more obvious - - **Inbox Management**: Inbox overview and workflow, table columns explanation, viewing email details (metadata, body iframe, parsed objects), approving emails (customer selection, job name), what happens after approval, re-parsing emails (single and bulk), deleting emails (single and bulk delete, soft delete behavior), downloading .eml files, common workflows (new customer setup, troubleshooting unparsed emails, cleaning spam), best practices + - **Inbox Management**: Inbox overview and workflow, table columns explanation (EML column shows download link, not checkmark), viewing email details with screenshot (approve-job.png showing metadata, body iframe, and approval interface), email detail modal sections (metadata, body iframe, parsed objects), approving emails (customer selection, job name), what happens after approval, re-parsing emails (single and bulk), deleting emails (single and bulk delete, soft delete behavior), downloading .eml files, common workflows (new customer setup, troubleshooting unparsed emails, cleaning spam), best practices - **Mail Parsing**: Parsing overview and workflow (retrieval, preprocessing, parser selection, matching, parsing, storage), parsers (viewing available parsers, parser information), match criteria (sender, subject, body match), supported backup software (Veeam, Synology, NAKIVO, Boxafe, Panel3, QNAP, Syncovery, 3CX, RDrive, NTFS Auditing), parser execution order, enabling/disabling parsers, re-parsing emails, parsing workflow example, troubleshooting parsing issues, parser limitations, best practices - **Auto-Import Configuration**: Auto-import overview and features, enabling auto-import, import interval configuration (5/15/30/60 minutes), batch size explanation, how auto-import works (timer, check settings, authenticate, fetch, parse, auto-approve, move, log, persist, wait), auto-approval logic and conditions, when auto-approval fails, manual import (triggering, batch size 1-50), import settings summary table, monitoring import activity (audit log, inbox page, jobs/daily jobs), troubleshooting (auto-import not running, emails not auto-approved, import errors), best practices, advanced configuration (disabling temporarily, EML retention, high-volume environments)