From 7cc7495bb4954c2dccd30ffd4ddc7f2ab86e156e Mon Sep 17 00:00:00 2001 From: cuijiaojiao1 Date: Thu, 7 Sep 2023 17:43:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9emailjs=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84OAT=E7=89=88=E6=9D=83=E5=A3=B0=E6=98=8E=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuijiaojiao1 --- OAT.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OAT.xml b/OAT.xml index 7a58332..0131729 100644 --- a/OAT.xml +++ b/OAT.xml @@ -20,7 +20,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -92,7 +92,7 @@ - + -- Gitee From 84558fbfab13bf63003c515e9f83716f6e649852 Mon Sep 17 00:00:00 2001 From: cuijiaojiao1 Date: Thu, 7 Sep 2023 17:49:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9node-pop3=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9C=B0=E5=9D=80=E3=80=81license=E5=8F=8AReadme?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuijiaojiao1 --- node-pop3/POP3/oh-package.json5 | 2 +- node-pop3/README.md | 18 +++++++++--------- node-pop3/entry/oh-package.json5 | 2 +- node-pop3/oh-package.json5 | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/node-pop3/POP3/oh-package.json5 b/node-pop3/POP3/oh-package.json5 index 2b9ba66..bd27ec3 100644 --- a/node-pop3/POP3/oh-package.json5 +++ b/node-pop3/POP3/oh-package.json5 @@ -14,7 +14,7 @@ "description": "pop3 command support for node. Supports Promise and stream.", "main": "index.ts", "type": "module", - "repository": "https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/POP3Client", + "repository": "https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/node-pop3", "tags": [ "Network", "Tool" diff --git a/node-pop3/README.md b/node-pop3/README.md index 42c76df..db43b93 100644 --- a/node-pop3/README.md +++ b/node-pop3/README.md @@ -11,11 +11,11 @@ ``` ohpm install @ohos/node_pop3 ``` - +OpenHarmony ohpm 环境配置等更多内容,请参考[如何安装 OpenHarmony ohpm 包](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_har_usage.md) 。 2丶导入 ``` -import XXXX from '@ohos/node_pop3' +import Pop3Command from '@ohos/node_pop3' ``` ### Demo样例 @@ -46,6 +46,12 @@ API | QUIT() | | | +### 约束与限制 + +在下述版本验证通过: + +DevEco Studio: 4.0 Release(4.0.3.413), SDK: API10 (4.0.10.3) + ### 软件架构 ``` @@ -59,12 +65,6 @@ API |-POP3 # pop3协议lib ``` -### 约束与限制 - -在下述版本验证通过: - -DevEco Studio: 4.0 Release(4.0.3.413), SDK: API10 (4.0.10.3) - ### 贡献代码 使用过程中发现任何问题都可以提 [Issue](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/issues) @@ -72,5 +72,5 @@ DevEco Studio: 4.0 Release(4.0.3.413), SDK: API10 (4.0.10.3) ### 开源协议 -本项目基于 [MIT license](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/blob/master/node_pop3/LICENSE) ,请自由地享受和参与开源。 +本项目基于 [MIT license](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/blob/master/node-pop3/LICENSE) ,请自由地享受和参与开源。 diff --git a/node-pop3/entry/oh-package.json5 b/node-pop3/entry/oh-package.json5 index 9164f77..24d1e73 100644 --- a/node-pop3/entry/oh-package.json5 +++ b/node-pop3/entry/oh-package.json5 @@ -4,7 +4,7 @@ "description": "Please describe the basic information.", "main": "", "author": "ohos_tpc", - "license": "MIT License", + "license": "MIT", "dependencies": { "@ohos/node_pop3": "file:../POP3" } diff --git a/node-pop3/oh-package.json5 b/node-pop3/oh-package.json5 index 6531145..6d19dcd 100644 --- a/node-pop3/oh-package.json5 +++ b/node-pop3/oh-package.json5 @@ -4,7 +4,7 @@ "description": "Please describe the basic information.", "main": "", "author": "ohos_tpc", - "license": "MIT License", + "license": "MIT", "dependencies": { }, "devDependencies": { -- Gitee