This commit is contained in:
2026-07-09 16:20:46 +03:00
parent 91d9befa1e
commit 8fce57800f
3 changed files with 46 additions and 67 deletions
+7 -6
View File
@@ -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`