Skip to content

Commit f8f867c

Browse files
SDK version 20.2.0 generated
1 parent 855a128 commit f8f867c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "This repository contains Aspose Cloud SDK for PHP source code. Aspose Cloud SDK for PHP lets PHP developers convert and process a variety of file formats in the cloud quickly and easily.",
33
"name": "aspose/aspose-email-cloud",
44
"type": "library",
5-
"version": "20.1.1",
5+
"version": "20.2.0",
66
"license": "MIT",
77
"keywords": [
88
"aspose",

doc/EmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose\Email\EmailApi
22

3-
All URIs are relative to *https://api-qa.aspose.cloud/v3.0*
3+
All URIs are relative to *https://api.aspose.cloud/v3.0*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

src/Aspose/Email/EmailApi.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14061,11 +14061,11 @@ protected function getCalendarAttachmentRequest(Requests\GetCalendarAttachmentRe
1406114061

1406214062
if ($multipart) {
1406314063
$headers= $this->headerSelector->selectHeadersForMultipart(
14064-
['application/json']
14064+
['multipart/form-data']
1406514065
);
1406614066
} else {
1406714067
$headers = $this->headerSelector->selectHeaders(
14068-
['application/json'],
14068+
['multipart/form-data'],
1406914069
['application/json']
1407014070
);
1407114071
}
@@ -15616,11 +15616,11 @@ protected function getContactAttachmentRequest(Requests\GetContactAttachmentRequ
1561615616

1561715617
if ($multipart) {
1561815618
$headers= $this->headerSelector->selectHeadersForMultipart(
15619-
['application/json']
15619+
['multipart/form-data']
1562015620
);
1562115621
} else {
1562215622
$headers = $this->headerSelector->selectHeaders(
15623-
['application/json'],
15623+
['multipart/form-data'],
1562415624
['application/json']
1562515625
);
1562615626
}
@@ -17736,11 +17736,11 @@ protected function getEmailAsFileRequest(Requests\GetEmailAsFileRequest $request
1773617736

1773717737
if ($multipart) {
1773817738
$headers= $this->headerSelector->selectHeadersForMultipart(
17739-
['application/json']
17739+
['multipart/form-data']
1774017740
);
1774117741
} else {
1774217742
$headers = $this->headerSelector->selectHeaders(
17743-
['application/json'],
17743+
['multipart/form-data'],
1774417744
['application/json']
1774517745
);
1774617746
}
@@ -18041,11 +18041,11 @@ protected function getEmailAttachmentRequest(Requests\GetEmailAttachmentRequest
1804118041

1804218042
if ($multipart) {
1804318043
$headers= $this->headerSelector->selectHeadersForMultipart(
18044-
['application/json']
18044+
['multipart/form-data']
1804518045
);
1804618046
} else {
1804718047
$headers = $this->headerSelector->selectHeaders(
18048-
['application/json'],
18048+
['multipart/form-data'],
1804918049
['application/json']
1805018050
);
1805118051
}
@@ -19844,11 +19844,11 @@ protected function getMapiAttachmentRequest(Requests\GetMapiAttachmentRequest $r
1984419844

1984519845
if ($multipart) {
1984619846
$headers= $this->headerSelector->selectHeadersForMultipart(
19847-
['application/json']
19847+
['multipart/form-data']
1984819848
);
1984919849
} else {
1985019850
$headers = $this->headerSelector->selectHeaders(
19851-
['application/json'],
19851+
['multipart/form-data'],
1985219852
['application/json']
1985319853
);
1985419854
}

0 commit comments

Comments
 (0)