mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #836] [MERGED] docs: fix user API auth and add admin delete API docs #796
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/836
Author: @dreamhunter2333
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (2)
ae9139edocs: fix user API auth and add admin delete API docsb5e8599chore: upgrade dependencies📊 Changes
11 files changed (+1209 additions, -1545 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
CHANGELOG_EN.md(+5 -0)📝
frontend/package.json(+6 -6)📝
frontend/pnpm-lock.yaml(+347 -734)📝
pages/package.json(+1 -1)📝
vitepress-docs/docs/en/guide/feature/mail-api.md(+69 -1)📝
vitepress-docs/docs/zh/guide/feature/mail-api.md(+69 -1)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+351 -351)📝
worker/package.json(+7 -7)📝
worker/pnpm-lock.yaml(+347 -442)📄 Description
User description
Changes
x-admin-authheader, changed to correctx-user-token(zh/en)修复 User Mail API 文档中错误使用
x-admin-auth的问题,改为正确的x-user-token(中英文)新增 Admin 删除邮件、删除邮箱地址、清空收件箱、清空发件箱 API 文档(中英文)
更新 v1.4.0 CHANGELOG,补充邮箱正则校验功能和文档修复记录(中英文)
PR Type
Documentation, Enhancement
Description
Fixed incorrect
x-admin-authheader in User Mail API documentation.Added Admin API documentation for delete mail, delete address, clear inbox, and clear sent items.
Updated CHANGELOG with email regex validation feature and documentation fixes.
Provided both English and Chinese documentation updates for consistency.
Diagram Walkthrough
File Walkthrough
CHANGELOG.md
Updated CHANGELOG with features and fixes.CHANGELOG.md
CHANGELOG_EN.md
Updated English CHANGELOG with features and fixes.CHANGELOG_EN.md
mail-api.md
Updated English Mail API documentation with fixes and new Admin APIs.vitepress-docs/docs/en/guide/feature/mail-api.md
x-admin-authheader tox-user-token.inbox, and clear sent items.
mail-api.md
Updated Chinese Mail API documentation with fixes and new Admin APIs.vitepress-docs/docs/zh/guide/feature/mail-api.md
x-admin-authheader tox-user-token.inbox, and clear sent items.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.