Skip to content

Commit 2d02005

Browse files
committed
Version 20.4.0.80 generated
1 parent c06b1c8 commit 2d02005

File tree

256 files changed

+413
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+413
-345
lines changed

docs/DeleteEmailThreadAccountRq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**folder** | **String** | Specifies account folder to get thread from (required for some account types, such as EWS) | [optional]
7+
**folderId** | **String** | Specifies account folder to get thread from (required for some account types, such as EWS). Use folder Id from ListEmailFolders (MailServerFolder.Id). For IMAP folder Id is always same as folder name. | [optional]
88

99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

docs/EmailAddress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**preferred** | **Boolean** | Defines whether email address is preferred. |
1010
**routingType** | **String** | A routing type for an email. | [optional]
1111
**address** | **String** | Email address. | [optional]
12+
**originalAddressString** | **String** | The original e-mail address string | [optional]
1213

1314

1415
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

docs/EmailApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ public GetEmailThreadRequestData(
18201820
String threadId,
18211821
String firstAccount,
18221822
String secondAccount,
1823-
String folder,
1823+
String folderId,
18241824
String storage,
18251825
String storageFolder)
18261826
```
@@ -1830,7 +1830,7 @@ Name | Type | Description | Notes
18301830
**threadId** | **String**| Thread identifier |
18311831
**firstAccount** | **String**| Email account |
18321832
**secondAccount** | **String**| Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP) | [optional]
1833-
**folder** | **String**| Specifies account folder to get thread from (required for some account types, such as EWS) | [optional]
1833+
**folderId** | **String**| Specifies account folder to get thread from (required for some account types, such as EWS). Use folder Id from ListEmailFolders (MailServerFolder.Id). For IMAP folder Id is always same as folder name. | [optional]
18341834
**storage** | **String**| Storage name where account file(s) located | [optional]
18351835
**storageFolder** | **String**| Folder in storage where account file(s) located | [optional]
18361836

@@ -2129,7 +2129,7 @@ Get message threads from folder. All messages are partly fetched (without email
21292129
### **ListEmailThreadsRequestData** Parameters
21302130
```java
21312131
public ListEmailThreadsRequestData(
2132-
String folder,
2132+
String folderId,
21332133
String firstAccount,
21342134
String secondAccount,
21352135
String storage,
@@ -2140,7 +2140,7 @@ public ListEmailThreadsRequestData(
21402140

21412141
Name | Type | Description | Notes
21422142
------------- | ------------- | ------------- | -------------
2143-
**folder** | **String**| A folder in email account |
2143+
**folderId** | **String**| A folder id in email account. Use folder Id from ListEmailFolders (MailServerFolder.Id). For IMAP folder Id is always same as folder name. |
21442144
**firstAccount** | **String**| Email account |
21452145
**secondAccount** | **String**| Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP) | [optional]
21462146
**storage** | **String**| Storage name where account file(s) located | [optional]
@@ -2395,7 +2395,7 @@ public SaveEmailModelRequestData(
23952395
Name | Type | Description | Notes
23962396
------------- | ------------- | ------------- | -------------
23972397
**format** | **String**| File format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html |
2398-
**name** | **String**| iCalendar file name in storage. |
2398+
**name** | **String**| Email document file name in storage. |
23992399
**rq** | [**StorageModelRqOfEmailDto**](StorageModelRqOfEmailDto.md)| Calendar properties update request. |
24002400

24012401
### Return type

docs/EmailThreadReadFlagRq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**isRead** | **Boolean** | Read flag to set. \"true\" by default |
8-
**folder** | **String** | Specifies account folder to get thread from (required for some account types, such as EWS) | [optional]
8+
**folderId** | **String** | Specifies account folder to get thread from (required for some account types, such as EWS). Use folder Id from ListEmailFolders (MailServerFolder.Id). For IMAP folder Id is always same as folder name. | [optional]
99

1010

1111
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

docs/MailAddress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**displayName** | **String** | Display name | [optional]
88
**address** | **String** | Address | [optional]
99
**participationStatus** | **String** | Identifies the participation status for the calendar user. Enum, available values: NeedsAction, Accepted, Declined, Tentative, Delegated |
10+
**originalAddressString** | **String** | The original e-mail address string | [optional]
1011

1112

1213
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

docs/MoveEmailThreadRq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**destinationFolder** | **String** | Email account folder to move thread to | [optional]
7+
**destinationFolderId** | **String** | Email account folder id to move thread to. Use folder Id from ListEmailFolders (MailServerFolder.Id). For IMAP folder Id is always same as folder name. | [optional]
88

99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to API README]](README.md)

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.4.0.64</version>
7+
<version>20.4.0.80</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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose" file="EmailApi.java">
5-
* Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
5+
* Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -3424,7 +3424,7 @@ public EmailThread getEmailThread(GetEmailThreadRequestData request) throws ApiE
34243424

34253425
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "firstAccount", request.firstAccount);
34263426
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "secondAccount", request.secondAccount);
3427-
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "folder", request.folder);
3427+
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "folderId", request.folderId);
34283428
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "storage", request.storage);
34293429
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "storageFolder", request.storageFolder);
34303430

@@ -3925,9 +3925,9 @@ public ListResponseOfEmailDto listEmailModels(ListEmailModelsRequestData request
39253925
public EmailThreadList listEmailThreads(ListEmailThreadsRequestData request) throws ApiException
39263926
{
39273927
try {
3928-
// verify the required parameter 'request.folder' is set
3929-
if (request.folder== null) {
3930-
throw new ApiException(400, "Missing the required parameter 'request.folder' when calling listEmailThreads");
3928+
// verify the required parameter 'request.folderId' is set
3929+
if (request.folderId== null) {
3930+
throw new ApiException(400, "Missing the required parameter 'request.folderId' when calling listEmailThreads");
39313931
}
39323932
// verify the required parameter 'request.firstAccount' is set
39333933
if (request.firstAccount== null) {
@@ -3938,7 +3938,7 @@ public EmailThreadList listEmailThreads(ListEmailThreadsRequestData request) thr
39383938

39393939
HashMap<String, Object> formParams = new HashMap<String, Object>();
39403940

3941-
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "folder", request.folder);
3941+
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "folderId", request.folderId);
39423942
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "firstAccount", request.firstAccount);
39433943
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "secondAccount", request.secondAccount);
39443944
resourcePath = UrlHelper.addQueryParameterToUrl(resourcePath, "storage", request.storage);

src/main/java/com/aspose/email/cloud/sdk/model/AccountBaseRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="AccountBaseRequest.java">
4-
* Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4+
* Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

src/main/java/com/aspose/email/cloud/sdk/model/AddAttachmentRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="AddAttachmentRequest.java">
4-
* Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4+
* Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)