From e0d95a2e31a06845f00223d6ac5f2d3c28402a91 Mon Sep 17 00:00:00 2001 From: xuxiaoqain01 Date: Wed, 13 Nov 2024 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20[Issues:=20#IB419I]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-mail=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-mail.md | 3 ++- zh-cn/react-native-mail.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/en/react-native-mail.md b/en/react-native-mail.md index 2a7106f6..ded480f7 100644 --- a/en/react-native-mail.md +++ b/en/react-native-mail.md @@ -215,7 +215,7 @@ Check the release version information in the release address of the third-party | bccRecipients | 密件抄送收件人 | string[] | no | all | yes | | body | 邮件内容 | string | no | all | yes | | customChooserTitle | 自定义选择器标题 | string | no | android | no | -| isHTML | 邮件内容是否为 html | boolean | no | all | yes | +| isHTML | 邮件内容是否为 html | boolean | no | all | no | | attachments | 附件信息 | object[] | no | all | no | ## Known Issues @@ -223,6 +223,7 @@ Check the release version information in the release address of the third-party - [ ] 不支持 attachments 附件传递: [issue#1](https://github.com/react-native-oh-library/react-native-mail/issues/1) - [ ] 不支持 customChooserTitle: [issue#4](https://github.com/react-native-oh-library/react-native-mail/issues/4) - [x] 邮箱应用上 body 显示异常: [issue#2](https://github.com/react-native-oh-library/react-native-mail/issues/2) +- [ ] 不支持 isHTML: [issue#7](https://github.com/react-native-oh-library/react-native-mail/issues/7) ## Others diff --git a/zh-cn/react-native-mail.md b/zh-cn/react-native-mail.md index 60d221eb..c67052ba 100644 --- a/zh-cn/react-native-mail.md +++ b/zh-cn/react-native-mail.md @@ -218,7 +218,7 @@ ohpm install | bccRecipients | 密件抄送收件人 | string[] | no | all | yes | | body | 邮件内容 | string | no | all | yes | | customChooserTitle | 自定义选择器标题 | string | no | android | no | -| isHTML | 邮件内容是否为 html | boolean | no | all | yes | +| isHTML | 邮件内容是否为 html | boolean | no | all | no | | attachments | 附件信息 | object[] | no | all | no | ## 遗留问题 @@ -226,6 +226,7 @@ ohpm install - [ ] 不支持 attachments 附件传递: [issue#1](https://github.com/react-native-oh-library/react-native-mail/issues/1) - [ ] 不支持 customChooserTitle: [issue#4](https://github.com/react-native-oh-library/react-native-mail/issues/4) - [x] 邮箱应用上 body 显示异常: [issue#2](https://github.com/react-native-oh-library/react-native-mail/issues/2) +- [ ] 不支持 isHTML: [issue#7](https://github.com/react-native-oh-library/react-native-mail/issues/7) ## 其他 -- Gitee