# email 收发邮件(IMAP)。 ## Risk Level Low ## Parameters ```json { "type": "object", "properties": { "action": { "type": "string", "description": "操作类型", "enum": ["list_unread", "read", "mark_read"] }, "limit": { "type": "integer", "description": "列出最近几封邮件,默认5", "default": 5 } }, "required": ["action"] } ``` ## Execute ```bash scripts/email.sh ```