Read CaseMail correspondence
get_case_mailRead the correspondence delivered to a saved case's CaseMail address: messages from opposing counsel, the court, clients or anyone else the user gave the address to, with their attachments. Use when the user asks what someone emailed them about the case, what correspondence has arrived, or to find a message about a particular subject. It also surfaces any dates those messages state — "produce documents by 10/14" — quoted with the message it came from and its sender, so a deadline that arrives by email rather than on the docket is not missed; those dates are the sender's words, not an order of the court. This is case correspondence, not the user's own inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | An ISO-8601 timestamp; only messages received after it are returned. | |
| limit | No | How many messages to return. Defaults to 20. | |
| query | No | Plain text matched against sender, subject and body. | |
| matter_id | No | The CaseMagic matter id, as returned by create_case_passport or shown in an earlier result. Omit it when the account follows exactly one case and that is the one meant. |