diff --git a/en/react-native-mail.md b/en/react-native-mail.md index 2a7106f611aac83ae0f76e5da66b3fa75fe6c743..ded480f714e0d3ab004fb9c45409341ba08ad124 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 60d221eb16343ac0cf2807e616eed49e2db50f9b..c67052ba931c3f429948a8d2b39f5cbdf55f0dd0 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) ## 其他