w
This commit is contained in:
@@ -79,12 +79,13 @@ Get a single email with full body and details.
|
||||
|
||||
Search emails by text.
|
||||
|
||||
| Parameter | Type | Default | Description |
|
||||
| ------------- | ------ | -------- | --------------------------------------- |
|
||||
| `query` | string | — | Text to search for |
|
||||
| `folderId` | string | optional | Folder ID to limit search |
|
||||
| `maxResults` | number | `20` | Max results (max 100) |
|
||||
| `searchScope` | enum | `"all"` | Scope: `all`, `subject`, `body`, `from` |
|
||||
| Parameter | Type | Default | Description |
|
||||
| ------------- | ------ | -------- | ------------------------------------------- |
|
||||
| `query` | string | — | Text to search for |
|
||||
| `folderId` | string | optional | Folder ID to limit search; omitted = all |
|
||||
| `limit` | number | `10` | Max emails (max 50) |
|
||||
| `offset` | number | `0` | Pagination offset |
|
||||
| `searchScope` | enum | `"all"` | Scope: `all`, `subject`, `body`, `from` |
|
||||
|
||||
#### `mark_email_read`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user