cloudflare_temp_email/worker
dreamhunter2333 2e32cf472b feat: add cf-temp-mail-usage skill and parsed mail API for AI agents
- feat: new /api/parsed_mails and /api/parsed_mail/:id endpoints returning
  server-parsed subject/text/html/attachments metadata (reuses commonParseMail)
- feat: add .claude/skills/cf-temp-mail-usage read-only skill so AI agents
  (OpenClaw / Codex / Cursor) can consume a mailbox with a user-supplied JWT,
  bypassing the Turnstile challenge required for mailbox creation
- refactor: split mails_api/index.ts and admin_api/index.ts into thin route
  shells; move business logic into dedicated *_api.ts files
- docs: update README / README_EN / CHANGELOG with agent-email feature and
  npx degit install instructions for the skill

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 13:36:15 +08:00
..
patches fix: worker node compat (#699) 2025-07-28 13:18:47 +08:00
src feat: add cf-temp-mail-usage skill and parsed mail API for AI agents 2026-04-21 13:36:15 +08:00
.editorconfig feat: init 2023-08-16 11:13:26 +08:00
.gitignore feat: telegram bot (#238) 2024-05-16 12:57:23 +08:00
.prettierrc feat: init 2023-08-16 11:13:26 +08:00
eslint.config.js feat: add resend for send mail (#274) 2024-05-26 12:37:11 +08:00
package.json chore: bump v1.8.0, add release-notify skill, optimize docs deploy (#992) 2026-04-20 16:29:17 +08:00
pnpm-lock.yaml chore: upgrade dependencies (#990) 2026-04-20 13:53:56 +08:00
tsconfig.json feat: telegram bot (#238) 2024-05-16 12:57:23 +08:00
wrangler.toml.template fix: auto initialize default send balance (#985) 2026-04-20 12:40:14 +08:00