diff --git a/containers/backupchecks/src/templates/documentation/mail-import/mail-parsing.html b/containers/backupchecks/src/templates/documentation/mail-import/mail-parsing.html
index 134cba9..2e30609 100644
--- a/containers/backupchecks/src/templates/documentation/mail-import/mail-parsing.html
+++ b/containers/backupchecks/src/templates/documentation/mail-import/mail-parsing.html
@@ -43,7 +43,7 @@
You can enable or disable individual parsers without deleting them. This is useful when:
-
-If parsing fails or produces incorrect results, you can re-parse emails after fixing the issue.
@@ -247,17 +224,19 @@
@@ -308,11 +287,15 @@
If an email shows blank Backup software or Job name:
- - Check if a parser exists for this backup software in Settings → Parsers
- - If no parser exists, you'll need to create or request one
- - If a parser exists, check that it's enabled
- - Verify the email format matches the parser's expected format (sender, subject, body structure)
- - Check parser order - a different parser may be matching first
+ - Check if a parser exists for this backup software on the Parsers page (Admin only)
+ - If no parser exists, contact support to request a new parser (provide sample .eml files)
+ - If a parser exists but the email wasn't parsed:
+
+ - Verify the email format matches the parser's expected format (check sender, subject patterns on Parsers page)
+ - The email may have a different format than the parser expects
+ - Contact support with the .eml file to investigate
+
+
Incorrect Parsing Results
@@ -320,10 +303,9 @@
If parsing produces wrong job names or objects:
- - Verify the email format hasn't changed (backup software update may change email templates)
- - Check if the wrong parser is matching (disable it temporarily to test)
- - Review parser match criteria - may be too broad and matching unintended emails
- - Contact support or review parser code to identify the issue
+ - Verify the email format hasn't changed (backup software update may have changed email templates)
+ - Contact support with sample .eml files to investigate the parsing issue
+ - The parser may need to be updated to handle the new email format
Partial Parsing
@@ -347,19 +329,14 @@
No AI inference: Parsers use pattern matching, not AI. They cannot interpret freeform text or adapt to unexpected formats
-
- 💡 Future Enhancement:
- AI-powered parsing (using LLMs to interpret backup emails) is being considered for future versions to handle more diverse email formats without custom parsers.
-
-
Best Practices
- Don't customize backup email templates: Use default email formats from your backup software for best parsing results
- - Test new parsers: When adding a custom parser, test it on multiple sample emails before enabling it
- - Monitor unparsed emails: Regularly check for emails with blank backup software fields
- - Keep parsers enabled: Only disable parsers when necessary - it's better to have too many than too few
- - Re-parse after updates: If you update parser code or add new parsers, re-parse existing inbox emails
+ - Monitor unparsed emails: Regularly check the inbox for emails with blank backup software fields
+ - Report parsing issues promptly: If emails aren't parsing correctly, contact support immediately with .eml samples
+ - Re-parse after parser updates: After the developer adds or updates parsers, use "Re-parse all" on the inbox page to process existing emails
+ - Keep email formats consistent: Avoid updating backup software email notification settings, as changes may break existing parsers
Next Steps
diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md
index b4e4f8b..5fe7b34 100644
--- a/docs/changelog-claude.md
+++ b/docs/changelog-claude.md
@@ -8,7 +8,7 @@ This file documents all changes made to this project via Claude Code.
- 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 (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), email detail modal TWO-COLUMN layout (left: metadata + action buttons + parsed objects, right: email body iframe), action buttons (Approve, Delete, Download .eml - NO Re-parse in modal), approving emails (customer selection ONLY - job name is READ-ONLY and cannot be edited), what happens after approval (email disappears from inbox, future emails auto-approved and never appear in inbox), re-parsing emails (ONLY "Re-parse all" button on inbox page - no individual re-parse), deleting emails (single and bulk delete, soft delete viewable on "Deleted Mails" page for Admins only), downloading .eml files, common workflows (new customer setup, troubleshooting unparsed emails - parsers can ONLY be created by developer, cleaning spam), best practices (verify parsed job names before approval - cannot edit during approval), removed Inbox Filters section (not in planning)
- - **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
+ - **Mail Parsing**: Parsing overview and workflow (retrieval, preprocessing, parser selection, matching, parsing, storage), parsers (viewing on separate "Parsers" page - Admin only, NOT in Settings), parser information table (removed non-existent "Enabled" column, added callout that parser list is read-only), match criteria (sender, subject, body match), supported backup software (Veeam, Synology, NAKIVO, Boxafe, Panel3, QNAP, Syncovery, 3CX, RDrive, NTFS Auditing), parser execution order, REMOVED entire "Enabling and Disabling Parsers" section (feature doesn't exist!), re-parsing emails (ONLY "Re-parse all" available, no individual re-parse), parsing workflow example, troubleshooting parsing issues (contact support - users cannot enable/disable/modify parsers), parser limitations, REMOVED "AI-powered parsing" future enhancement (not in planning, completely fabricated), best practices (removed references to testing/enabling parsers - users cannot manage parsers)
- **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)
### Added