mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
-
v1.1.0 Stable
released this
2025-12-06 11:46:31 +03:00 | 138 commits to main since this release📅 Originally published on GitHub: Sat, 06 Dec 2025 09:05:10 GMT
🏷️ Git tag created: Sat, 06 Dec 2025 08:46:31 GMTWhat's Changed
- feat: |AI 提取| 增加 AI 邮件识别功能,使用 Cloudflare Workers AI 自动提取邮件中的验证码、认证链接、服务链接等重要信息
AI 邮件识别文档地址- 支持优先级提取:验证码 > 认证链接 > 服务链接 > 订阅链接 > 其他链接
- 管理员可配置地址白名单(支持通配符,如
*@example.com) - 前端列表和详情页展示提取结果
- 需要配置
ENABLE_AI_EMAIL_EXTRACT环境变量和 AI 绑定 - 需要执行
db/2025-12-06-metadata.sql文件中的 SQL 更新D1数据库 或者到 admin维护页面点击数据库更新按钮
- feat: |Admin| 维护页面增加清理 n 天前空邮件的邮箱地址功能
- fix: 修复自定义认证密码功能异常的问题 (前端属性名错误 & /open_api 接口被拦截)
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat: upgrade version to v1.1.0 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760
- fix: 修复 IMAP fetch 方法返回生成器导致的 TypeError by @nightwhite in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/764
- feat: add empty address cleanup feature by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/765
- fix: 修复自定义认证密码功能异常 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/771
- fix: 修复自定义认证密码功能并更新版本号 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/772
- feat: add AI email extraction with Cloudflare Workers AI by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/776
- fix: display auth_code result directly without result_text by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/777
- docs: update CHANGELOG and README for v1.1.0 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/778
New Contributors
- @nightwhite made their first contribution in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/764
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.7...v1.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:34 +03:00 · 1,015 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:35 +03:00 · 1,015 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:35 +03:00 · 668 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:36 +03:00 · 1.6 MiB
- feat: |AI 提取| 增加 AI 邮件识别功能,使用 Cloudflare Workers AI 自动提取邮件中的验证码、认证链接、服务链接等重要信息