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>
14 lines
300 B
JSON
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"
|
|
}
|