get-sync-status
Check if Apple Mail is running and actively syncing to determine why new emails haven't arrived.
Instructions
Use when: checking whether Mail.app is running and actively syncing, e.g. to explain why new mail hasn't appeared yet. Returns: whether Mail.app is running and whether sync activity was detected. Do not use when: you need message counts (use get-mail-stats) or a full setup diagnosis (use doctor).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| syncDetected | No | ||
| pendingUpload | No | ||
| recentActivity | No | ||
| secondsSinceLastChange | No |