Commit Graph

9 Commits

Author SHA1 Message Date
fc3a91384a Update docs to reflect stages 1-4 complete and working email reply
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 03:46:56 +00:00
7ddfcbecf4 Add README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 03:43:11 +00:00
d9dd26e263 Add plan.md with implementation stages and sender verification notes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 03:35:48 +00:00
c19963f102 Add example-email.json to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 03:35:44 +00:00
8710dd9685 Switch to mailparser, UID watermarking, and 45s polling
- Replace hand-rolled MIME parsing with mailparser's simpleParser
- Use HTML body in prompts for better encoding/structure fidelity
- Replace IMAP IDLE (unreliable on Loopia) with 45s polling loop
- Track highest UID on startup; only fetch uid > last_uid each poll
  to avoid re-transferring old messages
- Add node: prefix to built-in imports

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 03:35:40 +00:00
797f18519a Rename mail-buddy.js to mail-buddy.mjs (ES module extension)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 23:33:03 +00:00
1c0e38c789 Revert "Rename mail-buddy.js to mail_buddy.js (snake_case convention)"
This reverts commit 62228d595e.
2026-03-16 23:32:33 +00:00
62228d595e Rename mail-buddy.js to mail_buddy.js (snake_case convention)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 23:32:18 +00:00
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