# mail-client **Repository Path**: mouqx/mail-client ## Basic Information - **Project Name**: mail-client - **Description**: 鸿蒙系统邮件客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2024-03-15 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 邮件客户端 ## 介绍 本项目是鸿蒙系统专用的邮件客户端。采用纯**TypeScript**语言开发。支持标准协议(**IMAP**, **POP3**, **SMTP**)的邮件读取和发送。 本项目邮件协议部分采用开源库[@coremail/mail_base](https://gitee.com/openharmony-sig/mail_base)。感谢库作者的付出。 本项目实现了以下功能: 1. 标准协议登录:IMAP、POP3、SMTP 配置 2. OAuth2 登录:如 Gmail、Outlook、163 等(_暂未实现_) 3. 账号管理:新增、删除、编辑、签名等 4. 邮件编辑:写信、草稿、回复等 5. 邮件接收:收信、解析、存储等 6. 邮件查看:读信、列表、搜索等 7. 邮件发送:发信、转发等 8. 邮件操作:标记重要、已读、移动等 9. 文件夹管理:新建、编辑、删除等 ### 二次开发 使用`git clone`将代码复制到本地,然后使用鸿蒙开发套件DevEco打开本项目即可。 ## 约束与限制 ``` DevEco Studio:4.1 Canary2(4.1.3.401) SDK:API11 Canary2(4.1.0.36) OpenHarmony系统版本:2.1.3.5(Canary) ``` ## 开源协议 ``` Copyright 2024 Coremail论客 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```