Skip to content

Commit 08254ea

Browse files
Merge pull request #8 from aspose-email-cloud/develop
Develop
2 parents 8600435 + 658b4d3 commit 08254ea

40 files changed

+3272
-896
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
package-lock.json
33
dist
4-
.vscode
4+
.vscode
5+
.idea

doc/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) | [default to undefined]
8-
**secondAccount** | **string** | Second account storage file name for sending emails (ignored if first is universal) | [optional] [default to undefined]
7+
**firstAccount** | **string** | First account storage file name | [default to undefined]
8+
**secondAccount** | **string** | Additional email account (for example, FirstAccount could be IMAP, and second one could be SMTP) | [optional] [default to undefined]
99
**storageFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Storage folder location of account files | [optional] [default to undefined]
1010

1111

doc/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] [default to undefined]
7+
**file** | **any** | Image location | [optional] [default to undefined]
88

99
Parent class: [AiBcrImage](AiBcrImage.md)
1010

doc/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 | [default to undefined]
7+
**outFolder** | **any** | Parse output folder location on storage | [default to undefined]
88

99
Parent class: [AiBcrStorageImageRq](AiBcrStorageImageRq.md)
1010

doc/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 | [default to undefined]
7+
**emailFile** | **any** | Email document file location in storage | [default to undefined]
88

99
Parent class: [AppendEmailAccountBaseRequest](AppendEmailAccountBaseRequest.md)
1010

doc/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 | [default to undefined]
7+
**message** | **any** | Email document | [default to undefined]
88

99
Parent class: [AppendEmailAccountBaseRequest](AppendEmailAccountBaseRequest.md)
1010

doc/DeleteEmailThreadAccountRq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# DeleteEmailThreadAccountRq
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**folder** | **string** | Specifies account folder to get thread from | [optional] [default to undefined]
8+
9+
Parent class: [AccountBaseRequest](AccountBaseRequest.md)
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

doc/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 | [default to undefined]
8+
**folder** | **string** | Account folder where message located. Should be specified for some accounts | [optional] [default to undefined]
89
**deletePermanently** | **boolean** | Specifies that message should be deleted permanently | [default to undefined]
910

1011
Parent class: [AccountBaseRequest](AccountBaseRequest.md)

doc/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** | **number** | Application used disc space. | [default to undefined]
8-
**totalSize** | **number** | Total disc space. | [default to undefined]
7+
**usedSize** | **number** | | [default to undefined]
8+
**totalSize** | **number** | | [default to undefined]
99

1010

1111

doc/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. | [default to undefined]
1010
**routingType** | **string** | A routing type for an email. | [optional] [default to undefined]
1111
**address** | **string** | Email address. | [optional] [default to undefined]
12+
**originalAddressString** | **string** | The original e-mail address string | [optional] [default to undefined]
1213

1314

1415

0 commit comments

Comments
 (0)