Provides the number of threads in a specific folder.
| Name | Description |
|---|---|
| string | Folder name ('inbox', 'other' or 'spam') |
| string | The highest action ID of a thread in a particular folder. The value increases as new messages are added. This can be useful for checking whether there are any new threads in the folder |
| string | Last time the folder was accessed (UNIX timestamp, in milliseconds) |
refetch_action_id string | Refetch action ID of a thread in a particular folder. If your cached action ID is lower than this value, you should do a full refetch instead of syncing incrementally via |
| unsigned int32 | Total number of non-archived threads |
| unsigned int32 | Number of unread threads in the folder |
| unsigned int32 | Number of unseen threads in the folder |
Access to this table requires the read_mailbox extended permission.