getSingle() throws 'Bad state: No element' when the email row is gone (race condition in batch operations or already deleted). Switch to getSingleOrNull() and return early so batch moves/flags/deletes on stale IDs fail silently instead of crashing. Closes #58 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>