mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #639] [MERGED] feature: add /user_api/mails with filter params address and keyword #672
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#672
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/639
Author: @dreamhunter2333
Created: 4/23/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
603ddbcfeature: add /user_api/mails with filter params address and keyword📊 Changes
19 files changed (+1125 additions, -888 deletions)
View changed files
📝
CHANGELOG.md(+5 -1)📝
frontend/package.json(+4 -4)📝
frontend/pnpm-lock.yaml(+284 -281)📝
frontend/src/views/User.vue(+6 -0)➕
frontend/src/views/user/UserMailBox.vue(+90 -0)📝
pages/package.json(+2 -2)📝
vitepress-docs/docs/zh/guide/feature/mail-api.md(+50 -2)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+290 -290)📝
worker/package.json(+7 -7)📝
worker/pnpm-lock.yaml(+239 -239)➕
worker/src/admin_api/admin_mail_api.ts(+39 -0)📝
worker/src/admin_api/admin_user_api.ts(+9 -3)📝
worker/src/admin_api/index.ts(+5 -48)📝
worker/src/constants.ts(+1 -1)📝
worker/src/i18n/index.ts(+13 -0)📝
worker/src/user_api/bind_address.ts(+31 -8)📝
worker/src/user_api/index.ts(+5 -0)➕
worker/src/user_api/user_mail_api.ts(+43 -0)📄 Description
User description
#612
PR Type
Enhancement, Documentation
Description
Add user mail API with filters
Implement admin mail API with filters
Update documentation for mail APIs
Upgrade dependencies and version numbers
Changes walkthrough 📝
7 files
Add user mail filtering functionalityIntegrate UserMailBox component into user viewRefactor admin mail API routesImplement user mail API with filtersImplement admin mail API with filtersAdd context-based message retrievalAdd user mail API routes2 files
Enhance error handling and address retrievalImprove error handling with i18n support1 files
Update version constant5 files
Update frontend dependenciesUpdate worker dependencies and versionUpdate frontend dependencies and versionUpdate pages dependencies and versionUpdate docs dependencies and version2 files
Document mail API usageAdd changelog for new features2 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.