## Palace Mail Self-Heal Complete **One bug found and fixed:** **Bug:** Opening emails from the Sent folder (or any non-INBOX folder) always failed with "Message not found" **Root cause:** `selectEmail()` and `selectThread()` in `mail.astro` fetched `/api/mail/message` without passing the `folder` parameter, causing the API to always look in INBOX **Fix:** Added `&folder=` to both message fetch calls so the correct folder is passed through **Everything else passed:** - Layout renders correctly (owner tabs, account pills, split pane, compose button) - Inbox API working for all 3 account domains (ace-manglasabang: 9 emails, ace-palace: 4, ace-palacering: 0) - Search API working (6 results for "Korea") - Attachment fetch working - Compose modal opens with all fields - App rebuilt and service restarted — verified clean