Skip to content

Commit d3ea873

Browse files
Merge pull request #10 from aspose-email-cloud/develop
Develop
2 parents 85af8ac + 8d1fe4c commit d3ea873

File tree

294 files changed

+4696
-1056
lines changed

Some content is hidden

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

294 files changed

+4696
-1056
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ target
2626
.gradle
2727
build
2828

29-
.settings
3029
.classpath
3130
.project
3231

@@ -35,4 +34,6 @@ build
3534

3635
# BlueJ files
3736
*.ctxt
38-
.vscode
37+
38+
.vscode
39+
.idea

docs/AccountBaseRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**firstAccount** | **String** | First account storage file name for receiving emails (or universal one) |
8-
**secondAccount** | **String** | Second account storage file name for sending emails (ignored if first is universal) | [optional]
7+
**firstAccount** | **String** | First account storage file name |
8+
**secondAccount** | **String** | Additional email account (for example, FirstAccount could be IMAP, and second one could be SMTP) | [optional]
99
**storageFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Storage folder location of account files | [optional]
1010

1111

docs/AiBcrImageStorageFile.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-
**file** | [**StorageFileLocation**](StorageFileLocation.md) | Image location | [optional]
7+
**file** | **Object** | Image location | [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/AiBcrParseStorageRq.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-
**outFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Parse output folder location on storage |
7+
**outFolder** | **Object** | Parse output folder location on storage |
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/AppendEmailBaseRequest.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-
**emailFile** | [**StorageFileLocation**](StorageFileLocation.md) | Email document file location in storage |
7+
**emailFile** | **Object** | Email document file location in storage |
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/AppendEmailModelRq.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-
**message** | [**EmailDto**](EmailDto.md) | Email document |
7+
**message** | **Object** | Email document |
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/DeleteEmailThreadAccountRq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# com.aspose.email.cloud.sdk.model.DeleteEmailThreadAccountRq
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**folder** | **String** | Specifies account folder to get thread from | [optional]
8+
9+
10+
[[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)
11+

docs/DeleteMessageBaseRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**messageId** | **String** | Message identifier |
8+
**folder** | **String** | Account folder where message located. Should be specified for some accounts | [optional]
89
**deletePermanently** | **Boolean** | Specifies that message should be deleted permanently |
910

1011

docs/DiscUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**usedSize** | **Long** | Application used disc space. |
8-
**totalSize** | **Long** | Total disc space. |
7+
**usedSize** | **Long** | |
8+
**totalSize** | **Long** | |
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/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)

0 commit comments

Comments
 (0)