apple-mail-mcp 2.10.9 → 2.10.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.
Files changed (2) hide show
  1. package/build/index.js +1 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -82788,6 +82788,7 @@ function planCountSources(accounts, configs) {
82788
82788
  usedConfigs.add(match);
82789
82789
  sources.push({ kind: "imap", config: match, label: account.name });
82790
82790
  } else {
82791
+ if (account.enabled === false) continue;
82791
82792
  sources.push({ kind: "applescript", account, label: account.name });
82792
82793
  }
82793
82794
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apple-mail-mcp",
3
- "version": "2.10.9",
3
+ "version": "2.10.10",
4
4
  "description": "MCP server for Apple Mail - read, search, send, and manage emails via Claude and other AI assistants",
5
5
  "type": "module",
6
6
  "main": "build/index.js",