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
Copy file name to clipboardExpand all lines: docs/EmailApi.md
+157-1Lines changed: 157 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,6 +620,30 @@ Name | Type | Description | Notes
620
620
621
621
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**format** | **String**| File format Enum, available values: Ics, Msg |
639
+
**file** | **byte[]**| File to convert |
640
+
641
+
### Return type
642
+
643
+
[**File**](File.md)
644
+
645
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
@@ -642,6 +666,80 @@ Name | Type | Description | Notes
642
666
643
667
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**format** | **String**| File format Enum, available values: Ics, Msg |
685
+
**calendarDto** | [**CalendarDto**](CalendarDto.md)| Calendar model to convert |
686
+
687
+
### Return type
688
+
689
+
**byte[]**
690
+
691
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**destinationFormat** | **String**| File format to convert to Enum, available values: VCard, WebDav, Msg |
710
+
**format** | **String**| File format to convert from Enum, available values: VCard, WebDav, Msg |
711
+
**file** | **byte[]**| File to convert |
712
+
713
+
### Return type
714
+
715
+
[**File**](File.md)
716
+
717
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**destinationFormat** | **String**| File format Enum, available values: VCard, WebDav, Msg |
735
+
**contactDto** | [**ContactDto**](ContactDto.md)| Contact model to convert |
736
+
737
+
### Return type
738
+
739
+
**byte[]**
740
+
741
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**format** | **String**| File format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html |
661
-
**file** | **byte[]**| File to upload |
759
+
**file** | **byte[]**| File to convert |
662
760
663
761
### Return type
664
762
@@ -1312,6 +1410,34 @@ Name | Type | Description | Notes
1312
1410
1313
1411
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**fileName** | **String**| Calendar document file name |
1431
+
**format** | **String**| File format Enum, available values: Ics, Msg |
1432
+
**storage** | **String**| Storage name | [optional]
1433
+
**folder** | **String**| Path to folder in storage | [optional]
1434
+
1435
+
### Return type
1436
+
1437
+
**byte[]**
1438
+
1439
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
@@ -1452,6 +1578,36 @@ Name | Type | Description | Notes
1452
1578
1453
1579
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
**fileName** | **String**| Calendar document file name |
1600
+
**destinationFormat** | **String**| File format Enum, available values: VCard, WebDav, Msg |
1601
+
**format** | **String**| File format to convert from Enum, available values: VCard, WebDav, Msg |
1602
+
**storage** | **String**| Storage name | [optional]
1603
+
**folder** | **String**| Path to folder in storage | [optional]
1604
+
1605
+
### Return type
1606
+
1607
+
**byte[]**
1608
+
1609
+
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to API README]](README.md)
*EmailApi* | [**appendEmailMessage**](EmailApi.md#appendemailmessage) | **PUT** /email/client/Append | Adds an email from *.eml file to specified folder in email account
32
32
*EmailApi* | [**appendEmailModelMessage**](EmailApi.md#appendemailmodelmessage) | **PUT** /email/client/AppendModel | Adds an email from model to specified folder in email account
33
33
*EmailApi* | [**appendMimeMessage**](EmailApi.md#appendmimemessage) | **PUT** /email/client/AppendMime | Adds an email from MIME to specified folder in email account
34
+
*EmailApi* | [**convertCalendar**](EmailApi.md#convertcalendar) | **PUT** /email/CalendarModel/convert/{format} | Converts calendar document to specified format and returns as file
*EmailApi* | [**convertCalendarModelToFile**](EmailApi.md#convertcalendarmodeltofile) | **PUT** /email/CalendarModel/model-as-file/{format} | Converts calendar model to specified format and returns as file
37
+
*EmailApi* | [**convertContact**](EmailApi.md#convertcontact) | **PUT** /email/ContactModel/{format}/convert/{destinationFormat} | Converts contact document to specified format and returns as file
38
+
*EmailApi* | [**convertContactModelToFile**](EmailApi.md#convertcontactmodeltofile) | **PUT** /email/ContactModel/model-as-file/{destinationFormat} | Converts contact model to specified format and returns as file
35
39
*EmailApi* | [**convertEmail**](EmailApi.md#convertemail) | **PUT** /email/convert/{format} | Converts email document to specified format and returns as file
*EmailApi* | [**fetchEmailModel**](EmailApi.md#fetchemailmodel) | **GET** /email/client/FetchModel | Fetch message model from email account
59
63
*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* | [**getCalendarAsFile**](EmailApi.md#getcalendarasfile) | **GET** /email/CalendarModel/{fileName}/as-file/{format} | Converts calendar document from storage to specified format and returns as file
61
66
*EmailApi* | [**getCalendarAttachment**](EmailApi.md#getcalendarattachment) | **GET** /email/Calendar/{name}/attachments/{attachment} | Get iCalendar document attachment by name
62
67
*EmailApi* | [**getCalendarList**](EmailApi.md#getcalendarlist) | **GET** /email/Calendar | Get iCalendar files list in folder on storage
63
68
*EmailApi* | [**getCalendarModel**](EmailApi.md#getcalendarmodel) | **GET** /email/CalendarModel/{name} | Get calendar file
64
69
*EmailApi* | [**getCalendarModelAsAlternate**](EmailApi.md#getcalendarmodelasalternate) | **GET** /email/CalendarModel/{name}/as-alternate/{calendarAction} | Get iCalendar from storage as AlternateView
65
70
*EmailApi* | [**getCalendarModelList**](EmailApi.md#getcalendarmodellist) | **GET** /email/CalendarModel | Get iCalendar list from storage folder
71
+
*EmailApi* | [**getContactAsFile**](EmailApi.md#getcontactasfile) | **GET** /email/ContactModel/{format}/{fileName}/as-file/{destinationFormat} | Converts calendar document from storage to specified format and returns as file
66
72
*EmailApi* | [**getContactAttachment**](EmailApi.md#getcontactattachment) | **GET** /email/Contact/{format}/{name}/attachments/{attachment} | Get attachment file by name
67
73
*EmailApi* | [**getContactList**](EmailApi.md#getcontactlist) | **GET** /email/Contact/{format} | Get contact list from storage folder
68
74
*EmailApi* | [**getContactModel**](EmailApi.md#getcontactmodel) | **GET** /email/ContactModel/{format}/{name} | Get contact document.
0 commit comments