Files
claude-mail-buddy/config.example.json
mikael-lovqvists-claude-agent ebea4de978 Initial commit — IMAP IDLE mail-to-Claude bridge
Polls a dedicated mailbox via IMAP IDLE for push notifications,
filters by allowed sender, and dispatches messages as prompts
to Claude Code via claude-remote.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 23:31:31 +00:00

14 lines
300 B
JSON

{
"imap": {
"host": "mail.example.com",
"port": 993,
"secure": true,
"user": "claude-buddy@example.com",
"pass": "secret",
"mailbox": "INBOX"
},
"allowed_sender": "mikael@example.com",
"claude_window_id": 25165857,
"claude_remote_path": "/workspace/claude-remote/claude-remote.js"
}