/ohos5.0/docs/en/application-dev/application-models/ |
H A D | start-email-apps-by-mailto.md | 5 …email addresses through mailto, so that users can easily access email clients by touching the hype… 10 …h a **Contact Us** button, which triggers the default email client with the customer service email… 11 …ing pages, touching an **Apply for Job** button opens an email client with the recruitment email a… 13 …ay cause the application to activate the system's default email client, with the feedback email ad… 14 …re via email** button, the application can use the mailto protocol to initiate the email client, p… 26 + **?**: start character of the email header declaration. If email header parameters are contained,… 27 + **key-value**: email header parameters. For details, see the following table. 46 Replace the email address with the actual one, and configure the email content as required.
|
H A D | start-email-apps.md | 3 This topic describes how to open the vertical domain panel of email applications. 11 …email | string[ ] … 22 > * Parameters of the string type displayed in the vertical domain panel of email applications must… 73 | ComposeMail | The application supports email writing. | 86 … "linkFeature": "ComposeMail" // Declare that the application supports email writing. 106 …| email | string[ ] | No | Email address of the recipient. Multiple email addresses, separated … 107 …| cc | string[ ] | No | Email address of the CC recipient. Multiple email addresses, separat… 108 …| bcc | string[ ] | No | Email address of the BCC recipient. Multiple email addresses, separa… 131 email: string[] | undefined; 157 this.email = this.decodeStringArr(want.parameters?.email as string[]); [all …]
|
H A D | start-intent-panel.md | 5 …panel based on a specific business category, such as navigation, finance, email, flight, and expre… 6 …email-application): The mailto protocol allows for the creation of hyperlinks linked to email addr… 12 …l based on a specific business category, such as navigation, finance, and email. The panel display… 41 …email addresses through mailto, so that users can easily access email clients by touching the hype…
|
/ohos5.0/docs/en/contribute/ |
H A D | communication-in-community.md | 3 If you encounter any problems when using OpenHarmony, please join the email group for discussion. 11 3. Read the subscription instructions and provide an email address that you want to use to subscri… 12 4. Enter your email address and click **Subscribe**. You will receive an email asking you to conf… 13 5. Reply the email to confirm your subscription. 14 6. At last, you will receive a welcome email from the email list. 25 …tps://lists.openatom.io/postorius/lists/scy-priv.openharmony.io/) to this email list to discuss se… 29 To send an email to a specified mail list, send your email to the address listed in the table above. 31 In this way, all community members in this mail list will receive your email.
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | start-email-apps.md | 11 | email | string[ ] … 37 …'email': [encodeURI('xxx@example.com'),encodeURI('xxx@example.com')], // 收件人邮箱地址,多值以逗号分隔,对数组内容使用en… 106 | email | string[ ] | 否 | 收件人邮箱地址(支持多个且以逗号分隔) | 131 email: string[] | undefined; 157 this.email = this.decodeStringArr(want.parameters?.email as string[]); 176 "email": this.email,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-input.md | 24 …email,date,time,number,password,button,checkbox,radio。<br/>其中text,email,date,time,number,password这… 28 … | string | - | 否 | 设置提示文本的内容,仅在type为text\|email\|date\|time\|numbe… 57 …<color> | \#99000000 | 否 | 单行输入框的提示文本的颜色,type为text\|email\|date\|time\|numbe… 66 - 当input类型为text、email、date、time、number、password时,支持如下事件: 90 …sp;true\|false<br> },<br>focus不传值时,默认为true。 | 使组件获得或者失去焦点,type为text\|email\|date\|time\|numbe… 91 | showError | {<br> error: string <br>} | 展示输入错误提示,type为text\|email\|date\… 92 | delete<sup>6+</sup> | - | type为text\|email\|date\|time\|nu…
|
/ohos5.0/base/security/code_signature/services/key_enable/src/ |
H A D | cert_path_utils.rs | 356 let mut email = String::new(); in fabricate_name() localVariable 369 email = inner_trimmed[1].into(); in fabricate_name() 372 let ret = common_format_fabricate_name(&common_name, &organization, &email); in fabricate_name() 376 pub fn common_format_fabricate_name(common_name: &str, organization: &str, email: &str) -> String { in common_format_fabricate_name() 395 } else if !email.is_empty() { in common_format_fabricate_name() 396 ret = email.to_string(); in common_format_fabricate_name()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-input.md | 25 …email**, **date**, **time**, **number**, **password**, **button**, **checkbox**, and **radio**.<br… 29 … attribute is available only when the component type is set to **text** \|email\|date\|time\|numbe… 58 …attribute is available only when the component type is set to **text**, **email**, **date**, **tim… 67 - When **type** is set to **text**, **email**, **date**, **time**, **number**, or **password**, the… 91 …** is used. | Obtains or loses focus. When **type** is set to **text**, **email**, **date**, **tim… 92 …ror message. This method is available when **type** is set to **text**, **email**, **date**, **tim… 93 …t based on the current caret position when **type** is set to **text**, **email**, **date**, **tim…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-contacts-kit/ |
H A D | js-apis-contact.md | 2683 根据email查询联系人,使用callback方式作为异步方法。 2723 根据email查询联系人,使用callback方式作为异步方法。 2757 根据email和holder查询联系人,使用callback方式作为异步方法。 2802 根据email和holder查询联系人,使用callback方式作为异步方法。 2841 根据email和attrs查询联系人,使用callback方式作为异步方法。 2884 根据email和attrs查询联系人,使用callback方式作为异步方法。 3011 根据email、holder和attrs查询联系人,使用Promise方式作为异步方法。 3919 let email: contact.Email = { 3920 email: "xxx@email.com", 3929 let email = new contact.Email(); [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-application.md | 51 |新增|NA|类名:CalendarType;<br>方法or属性:EMAIL = 'email'|@ohos.calendarManager.d.ts| 70 |新增|NA|类名:Attendee;<br>方法or属性:email: string;|@ohos.calendarManager.d.ts| 100 |新增|NA|类名:contact;<br>方法or属性:function queryContactsByEmail(context: Context, email: string, callbac… 104 |新增|NA|类名:contact;<br>方法or属性:function queryContactsByEmail(context: Context, email: string, holder?… 145 …tsByEmail(email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:contact;<b… 146 …l(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:co… 149 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>旧版本信息:|类… 184 …l(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:co… 185 …email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信… 187 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>旧版本信息:|类… [all …]
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-sourcecode.md | 31 git config --global user.email "your-email-address"
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-application.md | 51 |新增|NA|类名:CalendarType;<br>方法or属性:EMAIL = 'email'|@ohos.calendarManager.d.ts| 70 |新增|NA|类名:Attendee;<br>方法or属性:email: string;|@ohos.calendarManager.d.ts| 100 |新增|NA|类名:contact;<br>方法or属性:function queryContactsByEmail(context: Context, email: string, callbac… 104 |新增|NA|类名:contact;<br>方法or属性:function queryContactsByEmail(context: Context, email: string, holder?… 151 …tsByEmail(email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:contact;<b… 152 …l(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:co… 155 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>旧版本信息:|类… 195 …l(email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信息:|类名:co… 196 …email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>旧版本信… 198 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>旧版本信息:|类… [all …]
|
/ohos5.0/docs/zh-cn/device-dev/hpm-part/ |
H A D | hpm-part-reference.md | 88 "author": {"name":"","email":"","url":""}, 89 "contributors":[{"name":"","email":"","url":""},{"name":"","email":"","url":""}],
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 478 std::string email = data->GetAddress(); in ConstructEmails() local 479 VCardUtils::Trim(email); in ConstructEmails() 480 if (email.empty()) { in ConstructEmails() 488 auto it = emailSet.find(email); in ConstructEmails() 492 AddEmailLine(labelId, data->GetLabelName(), email, data->GetDisplayName()); in ConstructEmails() 493 emailSet.insert(email); in ConstructEmails() 795 …int32_t emailType, const std::string &labelName, const std::string &email, const std::string &disp… in AddEmailLine() argument 814 std::vector<std::string> valueList = { email, displayName }; in AddEmailLine()
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-sourcecode.md | 31 git config --global user.email "your-email-address"
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-application.md | 51 |Added|NA|Class name: CalendarType;<br>Method or attribute name: EMAIL = 'email'|@ohos.calendarMana… 70 |Added|NA|Class name: Attendee;<br>Method or attribute name: email: string;|@ohos.calendarManager.d… 100 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, callback:… 101 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder: H… 102 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, attrs: Co… 104 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder?: … 145 …email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Clas… 184 …email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version in… 185 …email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old … 187 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old vers… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v3.0.6-LTS.md | 33 git config --global user.email "your-email-address"
|
H A D | OpenHarmony-v3.2-beta4.md | 67 git config --global user.email "your-email-address" 144 git config --global user.email "your-email-address"
|
H A D | OpenHarmony-v3.0.5-LTS.md | 37 git config --global user.email "your-email-address"
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-telephony.md | 178 | ohos.contact | Email | email: string | 新增 | 225 …email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>queryContactsByEmail(email: st…
|
/ohos5.0/docs/en/application-dev/reference/apis-contacts-kit/ |
H A D | js-apis-contact.md | 2785 contact.queryContactsByEmail(context, 'xxx@email.com', { 2824 contact.queryContactsByEmail('xxx@email.com', { 2869 contact.queryContactsByEmail(context, 'xxx@email.com', { 2906 contact.queryContactsByEmail('xxx@email.com', { 2992 contact.queryContactsByEmail('xxx@email.com', { 3782 | emails | [Email](#email)[] | Yes | Yes | List of email address… 3887 Defines a contact's email. 3919 let email: contact.Email = { 3920 email: "xxx@email.com", 3929 let email = new contact.Email(); [all …]
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | 贡献文档.md | 45 例如:Signed-off-by: user.name <user.email> //与DCO签署邮箱保持一致
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-application.md | 51 |Added|NA|Class name: CalendarType;<br>Method or attribute name: EMAIL = 'email'|@ohos.calendarMana… 70 |Added|NA|Class name: Attendee;<br>Method or attribute name: email: string;|@ohos.calendarManager.d… 100 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, callback:… 101 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder: H… 102 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, attrs: Co… 104 …Method or attribute name: function queryContactsByEmail(context: Context, email: string, holder?: … 151 …email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version information: |Clas… 195 …email: string, holder: Holder, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old version in… 196 …email: string, attrs: ContactAttributes, callback: AsyncCallback\<Array\<Contact>>): void;<br>Old … 198 …email: string, holder?: Holder, attrs?: ContactAttributes): Promise\<Array\<Contact>>;<br>Old vers… [all …]
|
/ohos5.0/docs/zh-cn/device-dev/security/ |
H A D | security-privacy-protection.md | 12 …号、位置数据等识别码或者通过一个或多个与自然人的身体、生理、精神、经济、文化或者社会身份相关的特定因素来直接或者间接的被识别。个人数据包括:自然人的email地址、电话号码、生物特征(指纹)、位置…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-telephony.md | 178 | ohos.contact | Email | email: string | Added| 225 …email: string, callback: AsyncCallback\<Array\<Contact>>): void;<br>queryContactsByEmail(email: st…
|