{ "name": "@moltbot/agentmail", "version": "2026.1.26", "type": "module", "description": "Moltbot AgentMail email channel plugin", "moltbot": { "extensions": [ "./index.ts" ], "channel": { "id": "agentmail", "label": "AgentMail (Email Inbox API)", "selectionLabel": "AgentMail (Email Inbox API)", "docsPath": "/channels/agentmail", "docsLabel": "agentmail", "blurb": "Email channel via AgentMail; configure API key and inbox.", "order": 80, "quickstartAllowFrom": true }, "install": { "npmSpec": "@moltbot/agentmail", "localPath": "extensions/agentmail", "defaultChoice": "npm" } }, "dependencies": { "agentmail": "^0.2.5", "agentmail-toolkit": "^0.2.5", "zod": "^4.3.6" }, "devDependencies": { "moltbot": "workspace:*" } }