list_emails
List recent emails from your Outlook inbox or other folders, returning sender, subject, time, and read status without message bodies. Filter by folder, limit, or unread-only.
Instructions
列出收件箱(或指定文件夹)中的最近邮件,只返回元数据(发件人、主题、时间、是否已读),不含正文。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数,1-50,默认 20 | |
| folder | No | 邮件文件夹,默认 inbox。也可用 archive、drafts、sentitems 等 | |
| unreadOnly | No | 只返回未读邮件,默认 false |