mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #525] [MERGED] feat: add NO_LIMIT_SEND_ADDRESS_LIST_KEY in admin account settings page #603
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#603
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/525
Author: @dreamhunter2333
Created: 12/22/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
cf9e507feat: add NO_LIMIT_SEND_ADDRESS_LIST_KEY in admin account settings page📊 Changes
5 files changed (+31 additions, -6 deletions)
View changed files
📝
CHANGELOG.md(+3 -2)📝
frontend/src/views/admin/AccountSettings.vue(+9 -0)📝
worker/src/admin_api/index.ts(+11 -2)📝
worker/src/constants.ts(+1 -0)📝
worker/src/mails_api/send_mail_api.ts(+7 -2)📄 Description
PR Type
Enhancement, Documentation
Description
noLimitSendAddressListto the admin account settings page.noLimitSendAddressList.noLimitSendAddressList.noLimitSendAddressListin account settings API responses.NO_LIMIT_SEND_ADDRESS_LIST_KEYconstant.noLimitSendAddressListwhen sending emails.noLimitSendAddressList.noLimitSendAddressListfeature.Changes walkthrough 📝
AccountSettings.vue
Add `noLimitSendAddressList` to admin account settings pagefrontend/src/views/admin/AccountSettings.vue
noLimitSendAddressListto the admin account settings page.noLimitSendAddressList.noLimitSendAddressList.index.ts
Include `noLimitSendAddressList` in account settings APIworker/src/admin_api/index.ts
noLimitSendAddressListto the account settings API responses.noLimitSendAddressList.constants.ts
Add `NO_LIMIT_SEND_ADDRESS_LIST_KEY` constantworker/src/constants.ts
NO_LIMIT_SEND_ADDRESS_LIST_KEYconstant.send_mail_api.ts
Integrate `noLimitSendAddressList` into send mail APIworker/src/mails_api/send_mail_api.ts
noLimitSendAddressListwhen sending emails.noLimitSendAddressList.CHANGELOG.md
Update changelog for `noLimitSendAddressList` featureCHANGELOG.md
noLimitSendAddressListfeature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.