imap_folder_status
Retrieve IMAP folder status, including message counts and unseen messages, by specifying folder name and optional account.
Instructions
Get status information about a folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Folder name | |
| accountId | No | Account ID (from imap_list_accounts). Optional if accountName is given or only one account is configured. | |
| accountName | No | Account name instead of accountId. Optional if accountId is given or only one account is configured. |