-
-
Notifications
You must be signed in to change notification settings - Fork 143
apple mail search fails #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is mostly solvable by adding more specific tools for different mail tasks. We use applescripts to do this scripting, in mail.ts file. |
Dhravya
added a commit
that referenced
this issue
Apr 8, 2025
Fixes #30 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Dhravya/apple-mcp/issues/30?shareId=XXXX-XXXX-XXXX-XXXX).
it looks like there's some issue on code line 1245 on the branch
|
Yeah. agreed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been trying to make the mail mcp work, but it fails at searching, and listing all messages every time.
Simple things like listing all latest 5 messages of a certain account, don't work.
For example, a general search tries to be performed with "*", when wildcards are not accepted by AppleScript. I would like to contribute to make this work, but don't have any experience with building an MCP, and I don't know if this is something that can be fixed from the code, of from the model side.
Does somebody have any idea how to start solving this?
The text was updated successfully, but these errors were encountered: