Skip to content

Commit eee66bf

Browse files
Reviewed articles. Minor changes.
1 parent 76bd29c commit eee66bf

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

email/reference/api/Ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 3
77

88

99
Aspose.Email Cloud API provides AI-powered functions.
10-
These functions include OCR and names parsing:
10+
These functions include **OCR** and **names parsing**:
1111
- Transform captured business card images to VCard files.
1212
- Determine a person's gender from the name.
1313
- Parse name from an email address.

email/reference/api/Client/Account/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ client functions. The multi-account client should be used to manage several emai
2020
accounts as a single one. For example, you can use one request to find messages
2121
in all accounts attached to the multi-account client.
2222

23-
Link to email account configuration should be provided in most email client
23+
Link to email account configuration should be provided in most of email client
2424
API functions.
2525

2626
## Get

email/reference/api/Client/Thread/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Email client provides functions to:
1717
- Delete an entire thread or move it to another folder.
1818
- Mark all messages in the given thread as read or unread.
1919

20-
Email threads are supported even if the email server does not support such a function.
20+
Email threads are supported even if the email server does not support such function.
2121
Just add a cache file location to the account configuration if you need to support
2222
emulated email threads.
2323

email/reference/api/Client/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
---
77

88

9-
Aspose.Email Cloud API provides a builtin Email Client with unified API for
9+
Aspose.Email Cloud API provides a **built-in Email Client** with a unified API for
1010
different protocols: IMAP, SMTP, POP3, Exchange.
1111

1212
Email Client allows to:

email/reference/api/CloudStorage/File/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /reference-file-api/
55
weight: 1
66
---
77

8-
File operations controller
8+
This is a f**ile operations controller**.
99

1010

1111

email/reference/api/CloudStorage/Folder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /reference-folder-api/
55
weight: 1
66
---
77

8-
Folder operations controller
8+
This is a **folder operations controller**.
99

1010

1111

email/reference/api/CloudStorage/Storage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /reference-storage-api/
55
weight: 1
66
---
77

8-
Storage operations controller
8+
This is a **storage operations controller**.
99

1010

1111

email/reference/api/DisposableEmail/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /reference-disposable-email-api/
55
weight: 1
66
---
77

8-
Check email address is disposable operations
8+
Checks if an email is a disposable one
99

1010

1111

email/reference/api/Email/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Email document (*.eml) operations.
1111

1212
## AsFile
1313

14-
Converts Email model to specified format and returns as file.
14+
Converts Email model to a specified format and returns as a file.
1515
Returns a **File**. Requires:
1616

1717
{{< expand-list title="request" >}}
@@ -546,7 +546,7 @@ Converts email document to specified format and returns as file.
546546

547547

548548
Email documents could be stored in different formats including EML, and Outlook MSG formats.
549-
Also sometimes users need to convert email messages to HTML format, to view them in web browser.
549+
Also sometimes users need to convert email messages to HTML format, to view them in a web browser.
550550

551551
552552
Returns a **File**. Requires:

email/release-notes/2020/aspose-email-cloud-20-12-release-notes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 90
77

88
## **SDK Changes**
99

10-
EmailCloud constructor parameters renamed:
10+
**EmailCloud** constructor parameters renamed:
1111
- `AppKey` is now `ClientSecret`.
1212
- `AppSid` is now `ClientId`.
1313

0 commit comments

Comments
 (0)