CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot
Go to file
Dream Hunter b337a44e62
feat: add daily request limit and refactor access control (#759)
- Add daily request limit per IP in blacklist settings (1-1,000,000/day)
- Refactor access control logic: merge blacklist and rate limit checks
- Remove RATE_LIMIT_API_DAILY_REQUESTS env var, use database config instead
- Move x-custom-auth check earlier in middleware chain
- Add comprehensive English documentation (31 new guide pages)
- Improve code structure and error handling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-08 12:46:30 +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: implement address password authentication feature (#731) 2025-09-26 14:52:05 +08:00
frontend feat: add daily request limit and refactor access control (#759) 2025-11-08 12:46:30 +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: upgrade version to v1.0.7 (#754) 2025-11-03 21:00:44 +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 cannot update message (#672) 2025-06-21 00:57:44 +08:00
vitepress-docs feat: add daily request limit and refactor access control (#759) 2025-11-08 12:46:30 +08:00
worker feat: add daily request limit and refactor access control (#759) 2025-11-08 12:46:30 +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 feat: add daily request limit and refactor access control (#759) 2025-11-08 12:46:30 +08:00
LICENSE Create LICENSE 2023-08-16 11:14:57 +08:00
README_EN.md feature: update readme (#677) 2025-06-22 20:08:07 +08:00
README.md feat: implement address password authentication feature (#731) 2025-09-26 14:52:05 +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

  • <EFBFBD> Email Processing: Rust WASM parser, 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.