mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-25 08:16:01 +03:00
[PR #266] [CLOSED] - 修复:在邮件列表接口中增加了密码校验,确保只有密码正确的用户才能查看邮件,提升系统安全性。 #260
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#260
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/maillab/cloud-mail/pull/266
Author: @root-kaliking
Created: 2/16/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
b96986c- 修复:在邮件列表接口中增加了密码校验,确保只有密码正确的用户才能查看邮件,提升系统安全性。📊 Changes
1 file changed (+186 additions, -17 deletions)
View changed files
📝
mail-worker/src/service/public-service.js(+186 -17)📄 Description
api在邮件列表查询前,通过调用 verifyUser 方法对用户邮箱和密码进行校验,只有通过验证的管理员用户才能获取邮件列表,杜绝了越权查看的风险。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.