From 3dda929d0674bee7bc1d4bfc98e919ac710da50e Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 19:42:04 -0300 Subject: [PATCH] =?UTF-8?q?bounced=20emails=20marked=20as=20spam=20?= =?UTF-8?q?=E2=80=94=20no=20longer=20shown=20in=20inbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operations.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations.html b/operations.html index e11fcd6..c1fc692 100644 --- a/operations.html +++ b/operations.html @@ -728,8 +728,8 @@ } const rawInbox = [ - { id: 'i1', time: '14:44', from: 'Mail Delivery System', subj: 'Undelivered — the@123.de', detail: '421 Downstream server error — cold email bounced', alert: true, spam: false }, - { id: 'i2', time: '21:04', from: 'Mail Delivery System', subj: 'Undelivered — the@123.de', detail: '421 Downstream server error', alert: false, spam: false }, + { id: 'i1', time: '14:44', from: 'Mail Delivery System', subj: 'Undelivered — the@123.de', detail: '421 Downstream server error — cold email bounced', alert: true, spam: true }, + { id: 'i2', time: '21:04', from: 'Mail Delivery System', subj: 'Undelivered — the@123.de', detail: '421 Downstream server error', alert: false, spam: true }, { id: 'i3', time: '08:12', from: 'seo@boostmyrank.xyz', subj: 'Guest post opportunity for your site', detail: 'Wants to publish sponsored content', spam: true }, { id: 'i4', time: '19:33', from: 'hannah@freelance.io', subj: 'I can help with your content marketing', detail: 'Offering writing services', spam: true }, ];