Manage Apple Mail app tasks: read unread emails, search for specific messages, and send emails directly. Supports operations across mailboxes and accounts with customizable parameters.
Instructions
Interact with Apple Mail app - read unread emails, search emails, and send emails
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account | No | Email account to use (optional - if not provided, searches across all accounts) | |
bcc | No | BCC email address (optional for send operation) | |
body | No | Email body content (required for send operation) | |
cc | No | CC email address (optional for send operation) | |
limit | No | Number of emails to retrieve (optional, for unread, search, and latest operations) | |
mailbox | No | Mailbox to use (optional - if not provided, uses inbox or searches across all mailboxes) | |
operation | Yes | Operation to perform: 'unread', 'search', 'send', 'mailboxes', 'accounts', or 'latest' | |
searchTerm | No | Text to search for in emails (required for search operation) | |
subject | No | Email subject (required for send operation) | |
to | No | Recipient email address (required for send operation) |