
The Email Detail shows one message: sender, recipients, subject, body, and attachments. Opening the screen also marks the message as read.
Source: lib/ui/screens/email_detail_screen.dart — EmailDetailScreen.
What you can do here
- Reply / Reply all — opens Compose prefilled from the original.
- Star / unstar — the amber star icon in the AppBar; synced to the server.
- Move — opens a folder-picker bottom sheet. IMAP MOVE is queued if the device is offline.
- Snooze — opens the Snooze Picker; see Snooze for the full mechanics.
- Delete — expunges on the server and removes the local row.
- Add note — attaches a local note to the message.
- Raw Email / Mail Structure — diagnostic views of headers and MIME parts.
- Tap a sender or recipient to open Address Emails (all messages to/from that address on the current account).
Navigation from this screen
- Compose — Reply, Reply all, Forward
- Snooze Picker → Snooze
- Move-to-folder picker
- Email List — AppBar back arrow