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 b8f9cea..4734827 100644
--- a/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html
+++ b/containers/backupchecks/src/templates/documentation/mail-import/inbox-management.html
@@ -33,7 +33,12 @@
The Inbox page displays a table with all imported emails. Each row represents one email message.
+
⚠️ Job Matching:
After approval, future emails are matched to this job based on sender address, job name, and backup software. If these change (e.g., job is renamed), you may need to approve a new email to create a new job record.
@@ -302,7 +319,7 @@
Inbox Filters and Search
-
The inbox currently displays all imported emails in chronological order (newest first). Filtering and search features are planned for a future update.
+
The inbox currently displays all unapproved imported emails in chronological order (newest first). Filtering and search features are planned for a future update.
📝 Future Feature:
@@ -318,8 +335,9 @@
Wait for backup reports to arrive in the inbox (or trigger a manual import)
Review each email for the customer in the inbox
Approve each email, selecting the new customer from the dropdown
- Jobs are now created and linked to the customer
- Future reports are automatically linked without approval
+ The approved emails disappear from the inbox and jobs are created
+ Jobs now appear in Jobs, Daily Jobs, and Run Checks pages
+ Future backup reports are automatically approved and never appear in the inbox
Troubleshooting Unparsed Emails
diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md
index 81b880d..20732a7 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 (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
+ - **Inbox Management**: Inbox overview and workflow (inbox shows ONLY unapproved emails - approved emails immediately disappear), 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 with action buttons, body iframe, parsed objects - removed incorrect "Customer" and "Approved" fields), approving emails (customer selection, job name), what happens after approval (email disappears from inbox, future emails auto-approved and never appear in inbox), re-parsing emails (single and bulk), deleting emails (single and bulk delete, soft delete behavior), downloading .eml files, common workflows (new customer setup with clear approval flow, 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)