-
v1.3.0 Stable
released this
2026-02-01 18:41:56 +03:00 | 104 commits to main since this release📅 Originally published on GitHub: Sun, 01 Feb 2026 15:43:09 GMT
🏷️ Git tag created: Sun, 01 Feb 2026 15:41:56 GMTWhat's Changed
Features
- feat: |OAuth2| 新增 OAuth2 邮箱格式转换功能,支持通过正则表达式转换第三方登录返回的邮箱格式(如将
user@domain转换为user@custom.domain) - feat: |OAuth2| 新增 OAuth2 提供商 SVG 图标支持,管理员可为登录按钮配置自定义图标,预置 GitHub、Linux Do、Authentik 模板图标
- feat: |发送邮件| 未配置发送邮件功能时自动隐藏发送邮件 tab、发件箱 tab 和回复按钮
Bug Fixes
- fix: |用户地址| 修复禁止匿名创建时,已登录用户地址数量限制检查失效的问题,新增公共函数
isAddressCountLimitReached统一处理地址数量限制逻辑
Improvements
- refactor: |代码重构| 提取地址数量限制检查为公共函数,优化代码复用性
- perf: |性能优化| GET 请求中的地址活动时间更新改为异步执行,使用
waitUntil不阻塞响应
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat(oauth2): add email format transformation support by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/818
- fix(user): enforce address count limit when anonymous creation disabled by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/819
- feat(oauth2): add SVG icon support for OAuth2 providers by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/825
- perf: use waitUntil for async address activity updates by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/826
- feat: hide send mail UI when not configured by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/827
- docs: update CHANGELOG for v1.3.0 recent PRs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/828
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.2.1...v1.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:43 +03:00 · 1,018 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:44 +03:00 · 1,018 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:45 +03:00 · 1.1 MiB -
worker.js
0 downloads ·
2026-02-26 20:34:47 +03:00 · 2.7 MiB
- feat: |OAuth2| 新增 OAuth2 邮箱格式转换功能,支持通过正则表达式转换第三方登录返回的邮箱格式(如将
-
v1.2.1 Stable
released this
2026-01-19 15:20:06 +03:00 | 110 commits to main since this release📅 Originally published on GitHub: Mon, 19 Jan 2026 12:20:59 GMT
🏷️ Git tag created: Mon, 19 Jan 2026 12:20:06 GMTWhat's Changed
Bug Fixes
- fix: |定时任务| 修复定时任务清理报错
e.get is not a function,使用可选链安全访问 Context 方法
Improvements
- style: |AI 提取| 暗色模式下 AI 提取信息使用更柔和的蓝色 (#A8C7FA),减少视觉疲劳
更新或者部署网页不生效请如图勾选清理缓存
PRs
- docs: add v1.2.0 new features documentation by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/808
- docs: add AI extract content length limit (4000 chars) by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/809
- ci: update PR Agent to qodo-ai/pr-agent@main by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/811
- fix: scheduled task cleanup error - upgrade to v1.2.1 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/816
- style: use softer blue for AI extraction info in dark mode by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/817
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.2.0...v1.2.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:40 +03:00 · 1,016 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:41 +03:00 · 1,016 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:41 +03:00 · 500 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:41 +03:00 · 1.1 MiB
- fix: |定时任务| 修复定时任务清理报错
-
v1.2.0 Stable
released this
2026-01-11 12:23:02 +03:00 | 115 commits to main since this release📅 Originally published on GitHub: Sun, 11 Jan 2026 09:25:05 GMT
🏷️ Git tag created: Sun, 11 Jan 2026 09:23:02 GMTWhat's Changed
Breaking Changes
- |数据库| 新增
source_meta字段,需执行db/2025-12-27-source-meta.sql更新数据库或到 admin 维护页面点击数据库更新按钮
Features
- feat: |Admin| 新增管理员账号页面,显示当前登录方式并支持退出登录(仅限密码登录方式)
- fix: |GitHub Actions| 修复容器镜像名需要全部小写的问题
- feat: |邮件转发| 新增来源地址正则转发功能,支持按发件人地址过滤转发,完全向后兼容
- feat: |地址来源| 新增地址来源追踪功能,记录地址创建来源(Web 记录 IP,Telegram 记录用户 ID,Admin 后台标记)
- feat: |邮件过滤| 移除后端 keyword 参数,改为前端过滤当前页邮件,优化查询性能
- feat: |前端| 地址切换统一为下拉组件,极简模式支持切换,主页提供地址管理入口
- feat: |数据库| 为
message_id字段添加索引,优化邮件更新操作性能,需执行db/2025-12-15-message-id-index.sql更新数据库 - feat: |Admin| 维护页面增加自定义 SQL 清理功能,支持定时任务执行自定义清理语句
- feat: |国际化| 后端 API 错误消息全面支持中英文国际化
- feat: |Telegram| 机器人支持中英文切换,新增
/lang命令设置语言偏好
更新或者部署网页不生效请如图勾选清理缓存
PRs
- fix: exclude telegram routes from x-custom-auth check by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/780
- feat: add custom SQL cleanup for scheduled maintenance by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/781
- feat: v1.1.0 release with AI email extraction and security enhancements by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/782
- fix: escape @ symbol in vue-i18n to fix SyntaxError by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/783
- feat: upgrade version to v1.2.0 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/784
- fix: move useScript to top level for @unhead/vue v2 compatibility by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/785
- feat: optimize email filtering with frontend-only search by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/787
- feat: improve mailbox UI spacing and email display by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/788
- update readme by @androwbrown in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/789
- docs: update English README and add English CHANGELOG by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/792
- Add keep_vars option to wrangler.toml.template by @hogum in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/793
- feat: add address source tracking (source_meta field) by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/794
- feat: add source address regex forwarding by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/796
- feat: add i18n support for backend API and Telegram bot by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/797
- fix: ensure emailForwardingList is always initialized by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/799
- fix: remove invalid escape sequences in i18n placeholders by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/800
- Unify address selection UI by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/801
- feat: add admin account page with logout and responsive address bar by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/803
- fix: use lowercase repository name for container image by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/807
New Contributors
- @androwbrown made their first contribution in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/789
- @hogum made their first contribution in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/793
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.1.0...v1.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:37 +03:00 · 1,016 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:38 +03:00 · 1,016 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:38 +03:00 · 500 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:39 +03:00 · 1.1 MiB
- |数据库| 新增
-
v1.1.0 Stable
released this
2025-12-06 11:46:31 +03:00 | 135 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 自动提取邮件中的验证码、认证链接、服务链接等重要信息
-
v1.0.7 Stable
released this
2025-11-08 07:46:30 +03:00 | 143 commits to main since this release📅 Originally published on GitHub: Sat, 08 Nov 2025 05:00:51 GMT
🏷️ Git tag created: Sat, 08 Nov 2025 04:46:30 GMTWhat's Changed
- feat: |Admin| 新增 IP 黑名单功能,用于限制访问频率较高的 API
- feat: |Admin| 新增 ASN 组织黑名单功能,支持基于 ASN 组织名称过滤请求(支持文本匹配和正则表达式)
- feat: |Admin| 新增浏览器指纹黑名单功能,支持基于浏览器指纹过滤请求(支持精确匹配和正则表达式)
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat: add RATE_LIMIT_API_DAILY_REQUESTS by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/751
- feat: add RATE_LIMIT_API_DAILY_REQUESTS by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/752
- feat: add IP blacklist feature for rate-limited APIs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/753
- feat: upgrade version to v1.0.7 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/754
- feat: add ASN organization blacklist for IP filtering by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/755
- fix: ASN blacklist not working due to missing asnBlacklist field by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/756
- feat: 添加浏览器指纹黑名单功能 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/757
- feat: add daily request limit and refactor access control by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/759
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.6...v1.0.7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:31 +03:00 · 1,012 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:32 +03:00 · 1,012 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:32 +03:00 · 654 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:33 +03:00 · 1.5 MiB
-
v1.0.6 Stable
released this
2025-10-12 13:24:36 +03:00 | 151 commits to main since this release📅 Originally published on GitHub: Sun, 12 Oct 2025 10:25:43 GMT
🏷️ Git tag created: Sun, 12 Oct 2025 10:24:36 GMTWhat's Changed
- feat: |DB| update db schema add index
- feat: |地址密码| 增加地址密码登录功能, 通过
ENABLE_ADDRESS_PASSWORD配置启用, 需要执行db/2025-09-23-patch.sql文件中的 SQL 更新D1数据库 如果为 上一个版本,可在 admin 页面中的数据库页面点击升级 - fix: |GitHub Actions| 修复 debug 模式配置,仅当 DEBUG_MODE 为 'true' 时才启用调试模式
- feat: |Admin| 账户管理页面新增多选批量操作功能(批量删除、批量清空收件箱、批量清空发件箱)
- feat: |Admin| 维护页面增加清理未绑定用户地址的功能
- feat: 支持针对角色配置不同的绑定地址数量上限, 可在 admin 页面配置
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat: db schema index update by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/725
- feat: upgrade version by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/726
- feat: support github action deploy telegram mini app frontend by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/730
- feat: implement address password authentication feature by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/731
- fix: code bugs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/733
- fix: code bugs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/734
- fix: require explicit 'true' value for debug mode in deployment by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/735
- feat: add multi-select batch operations for admin account management by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/737
- feat: add cleanup for unbound addresses feature by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/739
- feat: upgrade dependencies by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/740
- feat: add role-based address limit configuration by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/741
- fix: 针对角色配置不同的绑定地址数量上限 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/742
- feat: v1.0.6 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/743
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.5...v1.0.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:28 +03:00 · 994 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:29 +03:00 · 994 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:29 +03:00 · 699 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:30 +03:00 · 1.7 MiB
-
v1.0.5 Stable
released this
2025-09-05 15:43:28 +03:00 | 164 commits to main since this release📅 Originally published on GitHub: Sat, 06 Sep 2025 02:28:08 GMT
🏷️ Git tag created: Fri, 05 Sep 2025 12:43:28 GMTWhat's Changed
- feat: 新增
DISABLE_CUSTOM_ADDRESS_NAME配置: 禁用自定义邮箱地址名称功能 - feat: 新增
CREATE_ADDRESS_DEFAULT_DOMAIN_FIRST配置: telegram /new 未指定域名,创建地址时优先使用第一个域名, 未开启时随机 - feat: |UI| 主页增加进入极简模式按钮
- feat: |Webhook| 增加白名单开关功能,支持灵活控制访问权限
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat: add simplemode button at index by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/714
- feat: add var DISABLE_CUSTOM_ADDRESS_NAME and CREATE_ADDRESS_DEFAULT_… by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/717
- feat: enhance webhook security with configurable allow list by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/719
- feat: add clear inbox and sent items functionality by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/720
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.4...v1.0.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:26 +03:00 · 988 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:26 +03:00 · 988 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:26 +03:00 · 690 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:27 +03:00 · 1.6 MiB
- feat: 新增
-
v1.0.4 Stable
released this
2025-08-24 14:14:50 +03:00 | 168 commits to main since this release📅 Originally published on GitHub: Mon, 25 Aug 2025 15:12:58 GMT
🏷️ Git tag created: Sun, 24 Aug 2025 11:14:50 GMTWhat's Changed
- feat: |UI| 优化极简模式主页, 增加全部邮件页面功能(删除/下载/附件/...), 可在
外观中切换 - feat: |Doc| 更新通过 UI 安装文档
- feat: admin 账号设置页面增加
邮件转发规则配置 - feat: admin 账号设置页面增加
禁止接收未知地址邮件配置 - feat: 邮件页面增加 上一封/下一封 按钮
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat: upgrade dependencies by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/698
- fix: worker node compat by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/699
- feat: telegram use the random domain when not set by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/704
- feat: telegram check addrss exists by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/705
- feat: |UI| Optimized minimalist mode homepage, added all email page f… by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708
- Docs: update UI install docs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/709
- feat: 账号设置页面增加 邮件转发规则 和 禁止接收未知地址邮件 配置 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/710
- feat: 邮件页面增加 上一封/下一封 按钮 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/712
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.2...v1.0.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:20 +03:00 · 985 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:22 +03:00 · 985 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:23 +03:00 · 688 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:24 +03:00 · 1.6 MiB
- feat: |UI| 优化极简模式主页, 增加全部邮件页面功能(删除/下载/附件/...), 可在
-
v1.0.2 Stable
released this
2025-07-20 12:09:23 +03:00 | 176 commits to main since this release📅 Originally published on GitHub: Sun, 20 Jul 2025 09:11:34 GMT
🏷️ Git tag created: Sun, 20 Jul 2025 09:09:23 GMTWhat's Changed From
v1.0.1- fix: 修复 oauth2 登录失败的问题
更新或者部署网页不生效请如图勾选清理缓存
PRs
- fix: oauth2 callback failed by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/691
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.1...v1.0.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:13 +03:00 · 983 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:15 +03:00 · 983 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:16 +03:00 · 683 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:18 +03:00 · 1.6 MiB
-
v1.0.1 Stable
released this
2025-07-19 08:26:10 +03:00 | 177 commits to main since this release📅 Originally published on GitHub: Sat, 19 Jul 2025 05:27:11 GMT
🏷️ Git tag created: Sat, 19 Jul 2025 05:26:10 GMTWhat's Changed From
v1.0.0- feat: |UI| 增加极简模式主页, 可在
外观中切换 - fix: 修复 oauth2 登录时,default role 不生效的问题
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feature: update dependencies by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/682
- feat: |UI| add simple index by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/684
- feat(oauth2): add default role assignment for new OAuth2 users by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/688
- feat: upgrade dependencies by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/690
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.0.0...v1.0.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:00 +03:00 · 983 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:03 +03:00 · 983 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:06 +03:00 · 683 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:10 +03:00 · 1.6 MiB
- feat: |UI| 增加极简模式主页, 可在
mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 05:45:55 +03:00