mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-12 21:02:24 +08:00
Add AI-powered email content extraction feature using Cloudflare Workers AI to automatically identify and extract important information from emails including verification codes, authentication links, service links, and subscription links. Features: - AI extraction with priority-based logic (auth_code > auth_link > service_link > subscription_link > other_link) - Admin allowlist configuration with wildcard support (*@example.com) - Frontend display in both email list (compact) and detail view (full mode) - Bilingual documentation (Chinese/English) - Database migration: add metadata field to raw_mails (v0.0.3 -> v0.0.4) Technical highlights: - Proper regex escaping for wildcard pattern matching - Content truncation to avoid AI token limits - Error handling that won't affect email receiving - JSON schema validation for AI responses - Type-safe TypeScript implementation - Vue I18n support with special character escaping References: - Inspired by Alle Project: https://github.com/bestruirui/Alle - Uses Cloudflare Workers AI JSON Mode 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 2024-01-13-patch.sql | ||
| 2024-04-03-patch.sql | ||
| 2024-04-09-patch.sql | ||
| 2024-04-12-patch.sql | ||
| 2024-05-01-patch.sql | ||
| 2024-05-08-patch.sql | ||
| 2024-07-14-patch.sql | ||
| 2024-08-10-patch.sql | ||
| 2025-09-23-patch.sql | ||
| 2025-12-06-metadata.sql | ||
| schema.sql | ||