You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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][default to undefined]
7
+
**folder** | **string** | Specifies account folder to get thread from | [optional][default to undefined]
Copy file name to clipboardExpand all lines: doc/EmailApi.md
+37-37Lines changed: 37 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1402,6 +1402,41 @@ Name | Type | Description | Notes
1402
1402
1403
1403
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
**secondAccount** | **string**| Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP) | [optional]
1434
+
**folder** | **string**| Specifies account folder to get thread from | [optional]
1435
+
**storage** | **string**| Storage name where account file(s) located | [optional]
1436
+
**storageFolder** | **string**| Folder in storage where account file(s) located | [optional]
1437
+
1438
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
1439
+
1405
1440
<aname="getcalendar"></a>
1406
1441
# **getCalendar**
1407
1442
@@ -2016,41 +2051,6 @@ Name | Type | Description | Notes
2016
2051
2017
2052
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
**secondAccount** | **string**| Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP) | [optional]
2048
-
**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]
2049
-
**storage** | **string**| Storage name where account file(s) located | [optional]
2050
-
**storageFolder** | **string**| Folder in storage where account file(s) located | [optional]
2051
-
2052
-
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
2053
-
2054
2054
<aname="getfileversions"></a>
2055
2055
# **getFileVersions**
2056
2056
@@ -2377,7 +2377,7 @@ Get message threads from folder. All messages are partly fetched (without email
2377
2377
### Request Parameters
2378
2378
```typescript
2379
2379
newListEmailThreadsRequest(
2380
-
folderId,
2380
+
folder,
2381
2381
firstAccount,
2382
2382
secondAccount=secondAccount,
2383
2383
storage=storage,
@@ -2388,7 +2388,7 @@ new ListEmailThreadsRequest(
**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. |
2391
+
**folder** | **string**| A folder in email account. |
2392
2392
**firstAccount** | **string**| Email account |
2393
2393
**secondAccount** | **string**| Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP) | [optional]
2394
2394
**storage** | **string**| Storage name where account file(s) located | [optional]
**isRead** | **boolean** | Read flag to set. \"true\" by default | [default to undefined]
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][default to undefined]
8
+
**folder** | **string** | Specifies account folder to get thread from | [optional][default to undefined]
**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][default to undefined]
7
+
**destinationFolder** | **string** | Email account folder to move thread to | [optional][default to undefined]
*EmailApi* | [**fetchEmailModel**](EmailApi.md#fetchemailmodel) | **GET** /email/client/FetchModel | Fetch message model from email account
57
+
*EmailApi* | [**fetchEmailThreadMessages**](EmailApi.md#fetchemailthreadmessages) | **GET** /email/client/threads/{threadId}/messages | Get messages from thread by id. All messages are fully fetched. For accounts with CacheFile only cached messages will be returned.
*EmailApi* | [**getCalendarAttachment**](EmailApi.md#getcalendarattachment) | **GET** /email/Calendar/{name}/attachments/{attachment} | Get iCalendar document attachment by name
59
60
*EmailApi* | [**getCalendarList**](EmailApi.md#getcalendarlist) | **GET** /email/Calendar | Get iCalendar files list in folder on storage
*EmailApi* | [**getEmailModel**](EmailApi.md#getemailmodel) | **GET** /email/model/{format}/{name} | Get email document.
75
76
*EmailApi* | [**getEmailModelList**](EmailApi.md#getemailmodellist) | **GET** /email/model/{format} | Get email list from storage folder.
76
77
*EmailApi* | [**getEmailProperty**](EmailApi.md#getemailproperty) | **GET** /email/{fileName}/properties/{propertyName} | Get an email document property by its name
77
-
*EmailApi* | [**getEmailThread**](EmailApi.md#getemailthread) | **GET** /email/client/threads/{threadId} | Get message thread by id. All messages are fully fetched. For accounts with CacheFile only cached messages will be returned.
78
78
*EmailApi* | [**getFileVersions**](EmailApi.md#getfileversions) | **GET** /email/storage/version/{path} | Get file versions
79
79
*EmailApi* | [**getFilesList**](EmailApi.md#getfileslist) | **GET** /email/storage/folder/{path} | Get all files and folders within a folder
80
80
*EmailApi* | [**getMapiAttachment**](EmailApi.md#getmapiattachment) | **GET** /email/Mapi/{name}/attachments/{attachment} | Get document attachment as file stream
0 commit comments