feat: add governed postbox delivery and report hardening

This commit is contained in:
2026-07-29 14:16:28 +02:00
parent f11c56e890
commit 5240749ae1
47 changed files with 5538 additions and 288 deletions
@@ -5,6 +5,7 @@ export type CampaignJobSortColumn =
| "validation"
| "queue"
| "send"
| "postbox"
| "imap"
| "attempts"
| "updated";
@@ -31,6 +32,7 @@ const FILTER_PARAMETERS: Record<string, string> = {
validation: "filter_validation",
queue: "filter_queue",
send: "filter_send",
postbox: "filter_postbox",
imap: "filter_imap",
attempts: "filter_attempts",
evidence: "filter_evidence"