[PR #215] 站内邮件直接站内发送,不通过resend #248

Open
opened 2026-02-27 09:13:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/215
Author: @ygyang2023
Created: 12/20/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

📊 Changes

34 files changed (+17116 additions, -192 deletions)

View changed files

📝 README.md (+2 -2)
mail-vue/ads.txt (+3 -0)
mail-vue/package-lock.json (+8360 -0)
📝 mail-vue/package.json (+1 -1)
📝 mail-vue/pnpm-lock.yaml (+18 -35)
mail-vue/public/ads.txt (+3 -0)
mail-vue/src/ads.txt (+3 -0)
📝 mail-vue/src/i18n/index.js (+4 -2)
mail-vue/src/i18n/wenyan.js (+266 -0)
📝 mail-vue/src/i18n/zh-CN.js (+17 -0)
📝 mail-vue/src/init/init.js (+1 -1)
📝 mail-vue/src/request/my.js (+8 -0)
📝 mail-vue/src/request/ouath.js (+4 -0)
📝 mail-vue/src/router/index.js (+5 -0)
mail-vue/src/store/log.js (+176 -0)
mail-vue/src/views/ads.txt (+3 -0)
📝 mail-vue/src/views/login/index.vue (+171 -19)
📝 mail-vue/src/views/setting/index.vue (+112 -6)
📝 mail-vue/src/views/sys-setting/index.vue (+567 -4)
mail-worker/ads.txt (+3 -0)

...and 14 more files

📄 Description

只需要看修改的mail-worker/src/service/email-service.js就可以了,其他的是对于网站内链接跳转的修改
email-service.js


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maillab/cloud-mail/pull/215 **Author:** [@ygyang2023](https://github.com/ygyang2023) **Created:** 12/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`6f69740`](https://github.com/maillab/cloud-mail/commit/6f69740e050a9bee5a262e0a9b4028d8f11af529) Update README.md - [`ed78638`](https://github.com/maillab/cloud-mail/commit/ed78638f3607cc495a84bec26bbfea78408585f0) Create ads.txt - [`f9b5820`](https://github.com/maillab/cloud-mail/commit/f9b58209fda59ce9c21d13a952a6dbdd31bfba4c) Merge branch 'maillab:main' into main - [`58f0635`](https://github.com/maillab/cloud-mail/commit/58f0635649b88e10e70c6e24fbda025cc935422f) Update wrangler.toml - [`dba1840`](https://github.com/maillab/cloud-mail/commit/dba18402a6fdaed14780d19bf86ae7049056bb83) Create ads.txt - [`43fceb8`](https://github.com/maillab/cloud-mail/commit/43fceb866defd00fe35c50945f2687c64101f384) Create ads.txt - [`a21d538`](https://github.com/maillab/cloud-mail/commit/a21d5380598632393872b386e109c4ae1f3545a5) Create ads.txt - [`c6c9e81`](https://github.com/maillab/cloud-mail/commit/c6c9e812ddf35c2beda03ccb071078646cef4680) Create ads.txt - [`c38dc02`](https://github.com/maillab/cloud-mail/commit/c38dc02968ed770fbcef39d9d72f4d1dc0298b08) Create ads.txt - [`abb8918`](https://github.com/maillab/cloud-mail/commit/abb891847460e082299fd782c0b24313c56771ce) Merge branch 'maillab:main' into main ### 📊 Changes **34 files changed** (+17116 additions, -192 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) ➕ `mail-vue/ads.txt` (+3 -0) ➕ `mail-vue/package-lock.json` (+8360 -0) 📝 `mail-vue/package.json` (+1 -1) 📝 `mail-vue/pnpm-lock.yaml` (+18 -35) ➕ `mail-vue/public/ads.txt` (+3 -0) ➕ `mail-vue/src/ads.txt` (+3 -0) 📝 `mail-vue/src/i18n/index.js` (+4 -2) ➕ `mail-vue/src/i18n/wenyan.js` (+266 -0) 📝 `mail-vue/src/i18n/zh-CN.js` (+17 -0) 📝 `mail-vue/src/init/init.js` (+1 -1) 📝 `mail-vue/src/request/my.js` (+8 -0) 📝 `mail-vue/src/request/ouath.js` (+4 -0) 📝 `mail-vue/src/router/index.js` (+5 -0) ➕ `mail-vue/src/store/log.js` (+176 -0) ➕ `mail-vue/src/views/ads.txt` (+3 -0) 📝 `mail-vue/src/views/login/index.vue` (+171 -19) 📝 `mail-vue/src/views/setting/index.vue` (+112 -6) 📝 `mail-vue/src/views/sys-setting/index.vue` (+567 -4) ➕ `mail-worker/ads.txt` (+3 -0) _...and 14 more files_ </details> ### 📄 Description 只需要看修改的mail-worker/src/service/email-service.js就可以了,其他的是对于网站内链接跳转的修改 [email-service.js](https://github.com/user-attachments/files/24271770/email-service.js) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloud-mail-maillab#248
No description provided.