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:
2026-03-16 23:31:31 +00:00
commit ebea4de978
4 changed files with 135 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
package-lock.json