List accounts
list_accountsLists available mailboxes, their identifiers and display names, and whether synchronization is current so you can distinguish an empty mailbox from one that hasn't been synced yet.
Instructions
Lists the mail accounts this MailFathom deployment serves. Call it to learn which mailboxes exist and what to call them before narrowing a listing, a search, or a question to one: every account carries a configured identifier and a readable display name, and either may be used to name it. Also reports how current the local copy of each folder is and whether synchronization is running at all, which is what tells an empty answer about a mailbox apart from a mailbox nothing has synchronized. Reads the local copy only: it never contacts a mail server, and it returns no mail, no mail server address, no user name, and no credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accounts | Yes | The accounts this deployment serves, ordered by account identifier. Empty when it serves none, which means no stored mail is readable at all rather than that the mailboxes are empty. | |
| synchronizationEnabled | Yes | Whether this deployment is refreshing its local copy of these mailboxes. False means synchronization is switched off: every read still answers from what was already stored, and nothing new will arrive, so the per-folder timestamps are as current as the answers will get. |