apple-mail-mcp 2.1.1 → 2.1.2

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/README.md +7 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -284,6 +284,8 @@ The default `applescript` transport is unchanged; SMTP is opt-in per call.
284
284
 
285
285
  ##### IMAP backend — opt-in
286
286
 
287
+ > 📘 **For step-by-step setup (app passwords, Keychain, config methods, multi-account, upgrading, troubleshooting), see the [IMAP / SMTP Setup Guide](docs/IMAP-SETUP.md).** The summary below is the reference; the guide is the walkthrough.
288
+
287
289
  AppleScript runs `search`/`list` predicates client-side over the Apple Event
288
290
  bridge, which is slow and can time out (false-empty) on large Gmail/IMAP
289
291
  mailboxes (see [#24](https://github.com/sweetrb/apple-mail-mcp/issues/24)), and
@@ -1140,6 +1142,8 @@ Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for gui
1140
1142
 
1141
1143
  ## Related Projects
1142
1144
 
1143
- - [apple-notes-mcp](https://github.com/sweetrb/apple-notes-mcp) MCP server for Apple Notes
1144
- - [apple-numbers-mcp](https://github.com/sweetrb/apple-numbers-mcp) — MCP server for Apple Numbers spreadsheets
1145
- - [apple-photos-mcp](https://github.com/sweetrb/apple-photos-mcp) — MCP server for Apple Photos
1145
+ Part of a family of macOS MCP servers:
1146
+
1147
+ - [apple-notes-mcp](https://github.com/sweetrb/apple-notes-mcp) — MCP server for Apple Notes (create, search, update, and export notes)
1148
+ - [apple-numbers-mcp](https://github.com/sweetrb/apple-numbers-mcp) — MCP server for Apple Numbers (read and write .numbers spreadsheets)
1149
+ - [apple-photos-mcp](https://github.com/sweetrb/apple-photos-mcp) — MCP server for Apple Photos (query metadata and export originals)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apple-mail-mcp",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "MCP server for Apple Mail - read, search, send, and manage emails via Claude",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -30,7 +30,7 @@
30
30
  "typecheck": "tsc --noEmit",
31
31
  "version": "node -e \"const p=require('./package.json'); const f='.claude-plugin/plugin.json'; const c=JSON.parse(require('fs').readFileSync(f,'utf8')); c.version=p.version; require('fs').writeFileSync(f,JSON.stringify(c,null,2)+'\\n')\" && git add .claude-plugin/plugin.json",
32
32
  "prepublishOnly": "npm run lint && npm run test && npm run build",
33
- "prepare": "husky"
33
+ "prepare": "husky; npm run build"
34
34
  },
35
35
  "keywords": [
36
36
  "mcp",