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>
This commit is contained in:
13
config.example.json
Normal file
13
config.example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user