Skip to content

Releases: Sunwuyuan/Bettermail

Bettermail v1.0.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 01:22
v1.0.5
c176d73

删除 openapi.yaml 文件,移除过时的 API 定义

部署

  1. 下载 bettermail-v1.0.5.js
  2. Cloudflare → Workers → Create Worker → Edit code
  3. 粘贴 JS → Save and Deploy
  4. Bindings → KV:BMAIL
  5. (可选)Secret:API_TOKEN
  6. (可选)ALLOW_LIST_ALL=1 才允许不传 to 拉全部;默认禁止
  7. Email Routing Catch-all → 该 Worker

Full Changelog: v1.0.4...v1.0.5

Bettermail v1.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 00:58
v1.0.4
3623996

Refactor code structure for improved readability and maintainability

推荐部署(Dashboard 粘贴)

  1. 下载 bettermail-v1.0.4.js(或 zip 内 index.js
  2. Cloudflare → Workers → Create Worker → Edit code
  3. 粘贴 JS → Save and Deploy
  4. Bindings → KV:BMAIL
  5. (可选)Secret:API_TOKEN
  6. (可选)ALLOW_LIST_ALL=1 才允许不传 to 拉全部;默认禁止
  7. Email Routing Catch-all → 该 Worker

产物

文件 说明
bettermail-v1.0.4.js 单文件(推荐粘贴)
bettermail-v1.0.4.zip js + config + openapi
openapi.yaml Apifox

Full Changelog: v1.0.3...v1.0.4

Bettermail v1.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:20
v1.0.3
b081972

添加 ALLOW_LIST_ALL 环境变量支持,允许不传 to 拉取全部邮箱;更新相关文档

推荐部署(Dashboard 粘贴)

  1. 下载 bettermail-v1.0.3.js(或 zip 内 index.js
  2. Cloudflare → Workers → Create Worker → Edit code
  3. 粘贴 JS → Save and Deploy
  4. Bindings → KV:BMAIL
  5. (可选)Secret:API_TOKEN
  6. (可选)ALLOW_LIST_ALL=1 才允许不传 to 拉全部;默认禁止
  7. Email Routing Catch-all → 该 Worker

产物

文件 说明
bettermail-v1.0.3.js 单文件(推荐粘贴)
bettermail-v1.0.3.zip js + config + openapi
openapi.yaml Apifox

Full Changelog: v1.0.2...v1.0.3

Bettermail v1.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:13
v1.0.2
03e98d9

重构构建脚本,使用 esbuild 代替 spawnSync 进行打包

推荐部署(Dashboard 粘贴)

  1. 下载 bettermail-v1.0.2.js(或 zip 内 index.js
  2. Cloudflare → Workers → Create Worker → Edit code
  3. 粘贴 JS → Save and Deploy
  4. Bindings → KV:BMAIL
  5. (可选)Secret:API_TOKEN
  6. Email Routing Catch-all → 该 Worker

产物

文件 说明
bettermail-v1.0.2.js 单文件(推荐粘贴)
bettermail-v1.0.2.zip js + config + openapi
openapi.yaml Apifox

Full Changelog: v1.0.1...v1.0.2

Bettermail v1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 07:44
v1.0.0
f78d964

推荐部署(Dashboard 粘贴)

  1. 下载本 Release 的 bettermail-v1.0.0.js(或 zip 内 index.js
  2. Cloudflare → Workers & Pages → Create Worker → Edit code
  3. 全文替换为下载的 JS → Save and Deploy
  4. Settings → Bindings → KV:变量名 BMAIL
  5. (可选)Variables → Secret:API_TOKEN
  6. Email Routing → Catch-all → 该 Worker

产物

文件 说明
bettermail-v1.0.0.js 单文件 Worker(推荐直接粘贴)
bettermail-v1.0.0.zip index.js + wrangler.jsonc + openapi.yaml
openapi.yaml Apifox 导入

Full Changelog: https://github.com/Sunwuyuan/Bettermail/commits/v1.0.0