
The Combined Inbox is the app’s start screen. It merges the newest emails from every configured account into a single thread list, sorted by date. When more than one account is configured, each row shows a small chip with the account name so senders from different mailboxes are easy to tell apart.
Source: lib/ui/screens/combined_inbox_screen.dart — CombinedInboxScreen.
What you can do here
- Tap a thread to open it — one-message threads open the Email Detail, multi-message threads open the Thread Detail.
- Tap the floating edit button to open Compose.
- Tap the AppBar search icon to open Search.
- Long-press a thread to enter selection mode; the selection bottom bar lets you star, move, snooze (via the Snooze Picker) or delete every selected thread at once.
Navigation from this screen
- Email Detail — single-message threads
- Compose — floating action button
- Snooze Picker — selection bottom bar → Snooze
- Account List — drawer → Manage accounts