openclaw/extensions/agentmail/CHANGELOG.md
2026-01-27 22:33:01 -08:00

23 lines
739 B
Markdown

# Changelog
## 2026.1.26
### Features
- Initial AgentMail plugin release
- Email channel integration via AgentMail API
- WebSocket-based real-time message handling (no public URL required)
- Full thread context fetching for conversation history
- Sender allowFrom filtering (consistent with other channels)
- Attachment metadata in thread context
- Agent tool for fetching attachment download URLs on demand
- Interactive onboarding flow with inbox creation support
- Environment variable fallback for credentials (AGENTMAIL_TOKEN, AGENTMAIL_EMAIL_ADDRESS)
### Technical
- Uses AgentMail SDK
- Extracted text/HTML preference for cleaner message bodies
- Zod-based configuration schema
- Comprehensive test coverage for pure functions