apple-mail-mcp 2.17.8 → 2.17.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/build/cli.js +386 -173
- package/build/index.js +1004 -408
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1901,6 +1901,13 @@ In a JSON string literal, `\\` — two characters — denotes **one** literal ba
|
|
|
1901
1901
|
- macOS needs automation permission
|
|
1902
1902
|
- Go to System Settings > Privacy & Security > Automation
|
|
1903
1903
|
- Ensure your terminal/Claude has permission to control Mail
|
|
1904
|
+
- **On a Mac that isn't set to US English**, macOS words this refusal in the system
|
|
1905
|
+
language — `Not authorised to send Apple events to Mail. (-1743)` on en-GB/en-AU/en-IE,
|
|
1906
|
+
and fully translated on fr/de/es. Before **v2.17.10** the server didn't recognise
|
|
1907
|
+
those spellings, so `health-check`/`doctor` reported `permissions: ok` and then blamed
|
|
1908
|
+
missing accounts (*"No Mail accounts found. Set up an account in Mail.app first."*).
|
|
1909
|
+
If you see that on a Mac whose Mail accounts are already configured, upgrade and
|
|
1910
|
+
re-run `doctor`.
|
|
1904
1911
|
|
|
1905
1912
|
### "Message not found"
|
|
1906
1913
|
- Message may have been deleted or moved
|