CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot
Go to file
Dream Hunter 7d485a7d0d
docs: update CHANGELOG and README for v1.1.0 (#778)
docs: update CHANGELOG and README for v1.1.0 AI extraction feature

- Add AI email extraction feature description to CHANGELOG v1.1.0
- Update README.md with AI extraction feature in email processing section
- Update README_EN.md with AI extraction feature in key features
- Include verification code display fix in changelog
2025-12-06 16:46:31 +08:00
.github fix: require explicit 'true' value for debug mode in deployment (#735) 2025-09-26 19:14:46 +08:00
.vscode feat: UI add min-width for table page (#428) 2024-08-19 22:53:13 +08:00
db feat: add AI email extraction with Cloudflare Workers AI 2025-12-06 16:28:19 +08:00
frontend fix: display auth_code result directly without result_text (#777) 2025-12-06 16:37:01 +08:00
mail-parser-wasm feat: v0.8.5 && update dependencies && fix deprecated warning for `… (#556) 2025-01-11 18:46:46 +08:00
pages feat: add AI email extraction with Cloudflare Workers AI 2025-12-06 16:28:19 +08:00
scripts fix: some oauth2 need redirect_uri when get token (#643) 2025-04-26 20:56:47 +08:00
smtp_proxy_server fix: 修复 IMAP fetch 方法返回生成器导致的 TypeError (#764) 2025-11-10 19:33:42 +08:00
vitepress-docs feat: add AI email extraction with Cloudflare Workers AI 2025-12-06 16:28:19 +08:00
worker feat: add AI email extraction with Cloudflare Workers AI 2025-12-06 16:28:19 +08:00
.flake8 feat: |Doc| use shadow DOM render mail html (#604) 2025-03-08 10:53:45 +08:00
.gitignore feat: |UI| Optimized minimalist mode homepage, added all email page f… (#708) 2025-08-23 00:23:47 +08:00
CHANGELOG.md docs: update CHANGELOG and README for v1.1.0 (#778) 2025-12-06 16:46:31 +08:00
LICENSE Create LICENSE 2023-08-16 11:14:57 +08:00
README_EN.md docs: update CHANGELOG and README for v1.1.0 (#778) 2025-12-06 16:46:31 +08:00
README.md docs: update CHANGELOG and README for v1.1.0 (#778) 2025-12-06 16:46:31 +08:00

Cloudflare Temp Email

🇨🇳 中文 | 🇺🇸 English

A fully-featured temporary email service built on Cloudflare's free services.

This project is for learning and personal use only.

🚀 Quick Start

Deploy to Cloudflare Workers

Key Features

  • 📧 Email Processing: Rust WASM parser, AI email extraction (verification codes, auth links), SMTP/IMAP support, attachments, auto-reply
  • 👥 User Management: OAuth2 login, Passkey authentication, role management
  • 🌐 Admin Panel: Complete admin console, user management, scheduled cleanup
  • 🤖 Integrations: Telegram Bot, webhooks, CAPTCHA, rate limiting
  • <EFBFBD> Modern UI: Multi-language, responsive design, JWT auto-login

🏗️ Tech Stack

  • Frontend: Vue 3 + TypeScript + Vite
  • Backend: Cloudflare Workers + D1 Database
  • Email: Cloudflare Email Routing + Rust WASM Parser
  • Storage: Cloudflare KV + R2 (optional S3)

🌟 Community

📄 License

MIT License - see LICENSE for details.