get_unread_summary
Retrieve unread and total message counts for all email folders in a single request. Returns a summary with per-folder and overall totals.
Instructions
Get unread and total message counts across ALL selectable folders.
Iterates LIST, skips \Noselect folders, calls STATUS on each. Much more efficient than calling get_folder_status per folder from the client side because everything happens in one IMAP session.
Returns a dict keyed by human-readable folder name, each value
containing {messages, unseen}. Also includes a _summary key with
totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||