get_recent_emails
Retrieve emails received in the last few days, with configurable day range and result limit. Ideal for AI applications needing to access recent inbox messages via SMTP/IMAP.
Instructions
获取最近三天的邮件列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | 获取最近几天的邮件(默认3天) | |
| limit | No | 返回邮件数量限制(默认20) |