Skip to content

Commit c28a6cf

Browse files
SDK version 20.12.0.127 generated
1 parent 93b248e commit c28a6cf

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
2424

2525
## What's new in version 20.12
2626

27-
Aspose.Email Cloud 20.12.0 comes with SDK breaking change:
27+
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
28+
- AppKey renamed to ClientSecret.
29+
- AppSID renamed to ClientId.
2830

29-
AppKey renamed to ClientSecret, AppSID renamed to ClientId.
31+
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
3032

3133
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
3234

docs/DisposableEmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DisposableEmailApi (EmailCloud.disposableEmail())
22

3-
Check email address is disposable operations
3+
Checks if an email is a disposable one
44

55
<a name="isDisposable"></a>
66
## isDisposable

docs/EmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Email document (*.eml) operations.
55
<a name="asFile"></a>
66
## asFile
77

8-
Description: Converts Email model to specified format and returns as file.
8+
Description: Converts Email model to a specified format and returns as a file.
99

1010
Returns: File stream in specified format.
1111

docs/EmailApi_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
55

66
Method | HTTP request | Description
77
------ | ------------ | -----------
8-
[**asFile**](EmailApi.md#asFile) | **PUT** /email/as-file | Converts Email model to specified format and returns as file.
8+
[**asFile**](EmailApi.md#asFile) | **PUT** /email/as-file | Converts Email model to a specified format and returns as a file.
99
[**asMapi**](EmailApi.md#asMapi) | **PUT** /email/as-mapi | Converts EmailDto to MapiMessageDto.
1010
[**convert**](EmailApi.md#convert) | **PUT** /email/convert | Converts email document to specified format and returns as file
1111
[**fromFile**](EmailApi.md#fromFile) | **PUT** /email/from-file | Converts email document to a model representation

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ API | Description
2121
[EmailCloud.**calendar()**](CalendarApi_list.md) | iCalendar document operations.
2222
[EmailCloud.**contact()**](ContactApi_list.md) | Contact document operations. Supported formats: VCard, MSG, WebDav
2323
[EmailCloud.**email()**](EmailApi_list.md) | Email document (*.eml) operations.
24-
[EmailCloud.**disposableEmail()**](DisposableEmailApi_list.md) | Check email address is disposable operations
24+
[EmailCloud.**disposableEmail()**](DisposableEmailApi_list.md) | Checks if an email is a disposable one
2525
[EmailCloud.**emailConfig()**](EmailConfigApi_list.md) | Email server configuration discovery.
2626

2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-email-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>aspose-email-cloud</name>
7-
<version>20.12.0.0</version>
7+
<version>20.12.0.127</version>
88
<url>https://github.com/aspose-email-cloud/aspose-email-cloud-java</url>
99
<description>Aspose.Email Cloud SDK</description>
1010
<licenses>

src/main/java/com/aspose/email/cloud/sdk/api/EmailApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class EmailApi
5454
}
5555

5656
/**
57-
* Converts Email model to specified format and returns as file.
57+
* Converts Email model to a specified format and returns as a file.
5858
*
5959
* @param request Email model and format to convert.
6060
* @return byte[]

src/main/java/com/aspose/email/cloud/sdk/api/EmailCloud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public EmailApi email() {
8686
}
8787

8888
/**
89-
* Check email address is disposable operations
89+
* Checks if an email is a disposable one
9090
*/
9191
public DisposableEmailApi disposableEmail() {
9292
return disposableEmail;

0 commit comments

Comments
 (0)