From 413ece3bca37fbcfab49fd48423dc0d4996e865a Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 16:03:31 -0700 Subject: [PATCH] Take the upstream name out of the mock's sample data The mock inbox showed a sender called "Stalwart Labs" at hello@stalw.art, a "Welcome to Stalwart!" subject, a link to stalw.art in the sample HTML and a start-up banner tagged [mock-stalwart]. None of that belongs in this fork, and it turns up in any screenshot taken from the mock. Sample senders and subjects now name inbuxa, the sample link points at inbuxa.org, and the banner says [mock-server]. --- server/src/mock/data.ts | 8 ++++---- server/src/mock/index.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/src/mock/data.ts b/server/src/mock/data.ts index 542a2ae..a9bd8b6 100644 --- a/server/src/mock/data.ts +++ b/server/src/mock/data.ts @@ -40,10 +40,10 @@ export function putBlob(data: Buffer | string, type: string): string { export const people = [ ["Ada Lovelace", "ada@example.org"], ["Grace Hopper", "grace@example.org"], ["Linus Torvalds", "linus@kernel.example"], ["Margaret Hamilton", "margaret@nasa.example"], ["Alan Turing", "alan@bletchley.example"], ["GitHub", "noreply@github.example"], - ["Stalwart Labs", "hello@stalw.art"], ["Weekly Digest", "digest@newsletter.example"], ["Finance Team", "finance@example.org"], + ["inbuxa", "hello@inbuxa.org"], ["Weekly Digest", "digest@newsletter.example"], ["Finance Team", "finance@example.org"], ]; export const subjects = [ - "Re: Q3 planning document", "Your invoice #4821 is ready", "Welcome to Stalwart!", "Lunch on Thursday?", "[PR] Fix push reconnect backoff", + "Re: Q3 planning document", "Your invoice #4821 is ready", "Welcome to inbuxa!", "Lunch on Thursday?", "[PR] Fix push reconnect backoff", "Weekly digest: 12 new articles", "Photos from the hike", "Deployment window this weekend", "Contract draft v3 attached", "Can you review my slides?", "Reminder: dentist appointment", "Flight confirmation – BOS → SFO", "Team offsite agenda", "Re: Re: budget approval", "Security notice: new sign-in", ]; @@ -169,8 +169,8 @@ export const STYLED_MARKETING_HTML = `