[PR #152] [CLOSED] 6666 #225

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

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/152
Author: @zxasaq1
Created: 10/11/2025
Status: Closed

Base: mainHead: main


📝 Commits (6)

📊 Changes

88 files changed (+21226 additions, -0 deletions)

View changed files

i18n/en.js (+299 -0)
i18n/index.js (+12 -0)
i18n/zh.js (+299 -0)
mock/index.js (+68 -0)
src/App.vue (+16 -0)
src/axios/index.js (+121 -0)
src/components/email-scroll/index.vue (+934 -0)
src/components/email-scroll/skeleton/index.vue (+133 -0)
src/components/hamburger/index.vue (+42 -0)
src/components/loading/index.vue (+109 -0)
src/components/send-percent/index.vue (+23 -0)
src/components/shadow-html/index.vue (+129 -0)
src/components/tiny-editor/index.vue (+230 -0)
src/db/db.js (+25 -0)
src/echarts/index.js (+26 -0)
src/i18n/en.js (+299 -0)
src/i18n/index.js (+12 -0)
src/i18n/zh.js (+299 -0)
src/icons/index.js (+612 -0)
src/init/init.js (+70 -0)

...and 68 more files

📄 Description

666


🔄 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/152 **Author:** [@zxasaq1](https://github.com/zxasaq1) **Created:** 10/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`97ace05`](https://github.com/maillab/cloud-mail/commit/97ace05f7a00b5ce86cb5a39a84628b81a1d7f22) Add files via upload - [`fd0abef`](https://github.com/maillab/cloud-mail/commit/fd0abef8ede1c459a4dd13d311575d014719df0f) 66666 - [`dc6f43a`](https://github.com/maillab/cloud-mail/commit/dc6f43a379680d81040f86255cb8654dfab33379) Merge pull request #1 from zxasaq1/main1 - [`c91eee9`](https://github.com/maillab/cloud-mail/commit/c91eee9b672c9cbfca9a319fa8ab9825a306fdce) Add files via upload - [`de04703`](https://github.com/maillab/cloud-mail/commit/de04703f929e454241155c10c5295d1df6da4ba4) Merge pull request #2 from - [`2793b3b`](https://github.com/maillab/cloud-mail/commit/2793b3b60744ea36f99165a82396b7ef7c28d01f) 11 ### 📊 Changes **88 files changed** (+21226 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `i18n/en.js` (+299 -0) ➕ `i18n/index.js` (+12 -0) ➕ `i18n/zh.js` (+299 -0) ➕ `mock/index.js` (+68 -0) ➕ `src/App.vue` (+16 -0) ➕ `src/axios/index.js` (+121 -0) ➕ `src/components/email-scroll/index.vue` (+934 -0) ➕ `src/components/email-scroll/skeleton/index.vue` (+133 -0) ➕ `src/components/hamburger/index.vue` (+42 -0) ➕ `src/components/loading/index.vue` (+109 -0) ➕ `src/components/send-percent/index.vue` (+23 -0) ➕ `src/components/shadow-html/index.vue` (+129 -0) ➕ `src/components/tiny-editor/index.vue` (+230 -0) ➕ `src/db/db.js` (+25 -0) ➕ `src/echarts/index.js` (+26 -0) ➕ `src/i18n/en.js` (+299 -0) ➕ `src/i18n/index.js` (+12 -0) ➕ `src/i18n/zh.js` (+299 -0) ➕ `src/icons/index.js` (+612 -0) ➕ `src/init/init.js` (+70 -0) _...and 68 more files_ </details> ### 📄 Description 666 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:13:50 +03:00
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#225
No description provided.