icloud-mcp 1.4.2 → 1.5.1
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 +2 -1
- package/index.js +472 -249
- package/package.json +1 -1
- package/test.js +68 -26
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ icloud-mcp doctor
|
|
|
66
66
|
─────────────────────────────
|
|
67
67
|
✅ IMAP_USER is set
|
|
68
68
|
✅ IMAP_PASSWORD is set
|
|
69
|
+
✅ IMAP_USER looks like an email address
|
|
69
70
|
✅ Connected to imap.mail.me.com:993
|
|
70
71
|
✅ Authenticated as you@icloud.com
|
|
71
72
|
✅ INBOX opened (12453 messages)
|
|
@@ -131,7 +132,7 @@ Fully quit Claude Desktop (Cmd+Q) and reopen it. You should now be able to manag
|
|
|
131
132
|
| `get_emails_by_date_range` | Emails between two dates |
|
|
132
133
|
| `search_emails` | Search by keyword with optional filters (date, unread, domain, etc.) |
|
|
133
134
|
| `count_emails` | Count emails matching any combination of filters without modifying them |
|
|
134
|
-
| `bulk_move` | Move emails matching any combination of filters between folders (supports `dryRun`) |
|
|
135
|
+
| `bulk_move` | Move emails matching any combination of filters between folders (supports `dryRun` and `limit`) |
|
|
135
136
|
| `bulk_delete` | Delete emails matching any combination of filters (supports `dryRun`) |
|
|
136
137
|
| `bulk_flag` | Flag or unflag emails matching any combination of filters |
|
|
137
138
|
| `bulk_mark_read` | Mark all emails (or all from a sender) as read |
|