mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-11 18:10:01 +08:00
46 lines
3.9 KiB
Markdown
46 lines
3.9 KiB
Markdown
# 使用 cloudflare 免费服务,搭建临时邮箱
|
|
|
|
## [查看部署文档](https://temp-mail-docs.awsl.uk)
|
|
|
|
## [English Docs](https://temp-mail-docs.awsl.uk/en/)
|
|
|
|
## [CHANGELOG](CHANGELOG.md)
|
|
|
|
## [在线演示](https://mail.awsl.uk/)
|
|
|
|
| | |
|
|
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| [Backend](https://temp-email-api.awsl.uk/) | [](https://github.com/dreamhunter2333/cloudflare_temp_email/actions/workflows/backend_deploy.yaml)       |
|
|
| [Frontend](https://mail.awsl.uk/) | [](https://github.com/dreamhunter2333/cloudflare_temp_email/actions/workflows/frontend_deploy.yaml)       |
|
|
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=dreamhunter2333/cloudflare_temp_email&type=Date&theme=dark" />
|
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=dreamhunter2333/cloudflare_temp_email&type=Date" />
|
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=dreamhunter2333/cloudflare_temp_email&type=Date" />
|
|
</picture>
|
|
|
|
- [使用 cloudflare 免费服务,搭建临时邮箱](#使用-cloudflare-免费服务搭建临时邮箱)
|
|
- [查看部署文档](#查看部署文档)
|
|
- [English Docs](#english-docs)
|
|
- [CHANGELOG](#changelog)
|
|
- [在线演示](#在线演示)
|
|
- [功能/TODO](#功能todo)
|
|
|
|
## 功能/TODO
|
|
|
|
- [x] Cloudflare D1 作为数据库
|
|
- [x] 使用 Cloudflare Pages 部署前端
|
|
- [x] 使用 Cloudflare Workers 部署后端
|
|
- [x] email 转发使用 Cloudflare Email Routing
|
|
- [x] 使用 `password` 重新登录之前的邮箱
|
|
- [x] 获取自定义名字的邮箱
|
|
- [x] 支持多语言
|
|
- [x] 增加访问密码,可作为私人站点
|
|
- [x] 增加自动回复功能
|
|
- [x] 增加查看 `附件` 功能
|
|
- [x] 使用 `rust wasm` 解析邮件
|
|
- [x] 支持发送邮件
|
|
- [x] 支持 `DKIM`
|
|
- [x] `admin` 后台创建无前缀邮箱
|
|
- [x] 添加 `SMTP proxy server`,支持 SMTP 发送邮件
|