diff --git a/README.md b/README.md index bbdd6be..da3a6fd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Single-binary Go server (embeds the React SPA) that copies IMAP mailboxes between a source and a destination account. Non-destructive (copy only, never deletes), deduplicated by Message-ID, resumable/idempotent re-runs. +## Screenshots + +Task list — create migration jobs and track their status: + +![Migration tasks list](docs/SCR-20260708-mbxn.png) + +Task detail — run control, per-account credentials, live event log and progress: + +![Task detail](docs/SCR-20260708-mcal.png) + ## Quick start (plain HTTP on :80) ```bash diff --git a/docs/SCR-20260708-mbxn.png b/docs/SCR-20260708-mbxn.png new file mode 100644 index 0000000..77e5611 Binary files /dev/null and b/docs/SCR-20260708-mbxn.png differ diff --git a/docs/SCR-20260708-mcal.png b/docs/SCR-20260708-mcal.png new file mode 100644 index 0000000..75fd4a5 Binary files /dev/null and b/docs/SCR-20260708-mcal.png differ