## Self-Heal Complete The agent ran a full audit of Palace Mail and found **one issue**: **Issue: Stale node process on IPv6** - A manually-launched node process (no `PURELYMAIL_PASS` env vars) was running on `[::1]:6572` - `localhost` resolves to `::1` on macOS, so browser requests hit this broken process - All inbox/message/search calls returned `{"error":"No password configured"}` **Fix:** Killed the stale process. Launchd auto-restarted the correct one (with credentials from `email.env`) and all APIs returned successfully. No source code changes were needed — the bug was environmental, not a code defect.