exchanger 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +3 -2
- data/lib/exchanger.rb +1 -0
- data/lib/exchanger/elements/item.rb +6 -0
- data/lib/exchanger/operations/move_item.rb +46 -0
- data/lib/exchanger/version.rb +1 -1
- data/spec/cassettes/calendar_item/save.yml +224 -287
- data/spec/cassettes/calendar_item/save_cleanup.yml +37 -17
- data/spec/cassettes/calendar_item/save_file_attachment.yml +203 -96
- data/spec/cassettes/calendar_item/save_file_attachment_cleanup.yml +37 -17
- data/spec/cassettes/contact/destroy.yml +61 -26
- data/spec/cassettes/contact/destroy_setup.yml +66 -29
- data/spec/cassettes/contact/find.yml +132 -56
- data/spec/cassettes/contact/find_setup.yml +66 -29
- data/spec/cassettes/contact/save.yml +420 -235
- data/spec/cassettes/contact/save_cleanup.yml +61 -26
- data/spec/cassettes/folder/find_calendar.yml +38 -18
- data/spec/cassettes/folder/find_contacts.yml +66 -28
- data/spec/cassettes/folder/find_root.yml +66 -28
- data/spec/cassettes/folder/find_root_folders.yml +323 -72
- data/spec/cassettes/folder/get_user_configuration.yml +40 -20
- data/spec/cassettes/get_user_availability.yml +194 -40
- data/spec/cassettes/get_user_availability_default.yml +95 -48
- data/spec/cassettes/mailbox/search_test.yml +66 -26
- data/spec/cassettes/mailbox/search_test_members.yml +63 -26
- data/spec/exchanger/calendar_folder_spec.rb +2 -2
- data/spec/exchanger/calendar_item_spec.rb +5 -1
- data/spec/exchanger/contact_spec.rb +2 -2
- data/spec/exchanger/get_user_availability_spec.rb +5 -4
- metadata +12 -13
@@ -2,22 +2,33 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://
|
5
|
+
uri: https://amsprd0710.outlook.com/EWS/Exchange.asmx
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
9
|
-
|
10
|
-
xmlns:xsd
|
11
|
-
|
12
|
-
|
13
|
-
|
7
|
+
encoding: UTF-8
|
8
|
+
string: |
|
9
|
+
<?xml version="1.0"?>
|
10
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
11
|
+
<soap:Body>
|
12
|
+
<DeleteItem xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" DeleteType="HardDelete">
|
13
|
+
<ItemIds>
|
14
|
+
<t:ItemId Id="AAAkAG91dGxvb2tfNTY3NDUzNUY3QTY0QjIwMUBvdXRsb29rLmNvbQBGAAAAAAC11EXZT+3TSZbZG9cMT+XoBwAdX+/tTQhGSJ2g6HFKPliuAAEXNeC6AAAdX+/tTQhGSJ2g6HFKPliuAAM8LVinAAA="/>
|
15
|
+
</ItemIds>
|
16
|
+
</DeleteItem>
|
17
|
+
</soap:Body>
|
18
|
+
</soap:Envelope>
|
14
19
|
headers:
|
20
|
+
User-Agent:
|
21
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.7.0 (2019-12-25))
|
22
|
+
Accept:
|
23
|
+
- "*/*"
|
24
|
+
Date:
|
25
|
+
- Tue, 07 Apr 2020 09:24:53 GMT
|
15
26
|
Soapaction:
|
16
27
|
- http://schemas.microsoft.com/exchange/services/2006/messages/DeleteItem
|
17
28
|
Content-Type:
|
18
29
|
- text/xml; charset=utf-8
|
19
30
|
Authorization:
|
20
|
-
- Basic
|
31
|
+
- Basic bWljaGFlbEBsaXR0b24uc2U6MTI4MHNhaWw=
|
21
32
|
response:
|
22
33
|
status:
|
23
34
|
code: 200
|
@@ -30,29 +41,53 @@ http_interactions:
|
|
30
41
|
Content-Type:
|
31
42
|
- text/xml; charset=utf-8
|
32
43
|
Server:
|
33
|
-
- Microsoft-IIS/
|
34
|
-
|
35
|
-
-
|
44
|
+
- Microsoft-IIS/10.0
|
45
|
+
Request-Id:
|
46
|
+
- 67f18e2f-fcf7-4810-8add-6ff48793ff30
|
47
|
+
X-Calculatedfetarget:
|
48
|
+
- PR3P192CU002.internal.outlook.com
|
49
|
+
X-Backendhttpstatus:
|
50
|
+
- '200'
|
51
|
+
- '200'
|
36
52
|
Set-Cookie:
|
37
|
-
- exchangecookie=
|
38
|
-
|
53
|
+
- exchangecookie=0ecefad60d5e41028dacbcc0da560c94; expires=Wed, 07-Apr-2021
|
54
|
+
09:24:53 GMT; path=/; secure; HttpOnly
|
55
|
+
X-Feproxyinfo:
|
56
|
+
- PR3P192CA0052.EURP192.PROD.OUTLOOK.COM
|
57
|
+
X-Calculatedbetarget:
|
58
|
+
- AM7PR05MB6693.eurprd05.prod.outlook.com
|
59
|
+
X-Rum-Validated:
|
60
|
+
- '1'
|
61
|
+
X-Ewshandler:
|
62
|
+
- DeleteItem
|
39
63
|
X-Aspnet-Version:
|
40
|
-
-
|
64
|
+
- 4.0.30319
|
65
|
+
X-Besku:
|
66
|
+
- WCS6
|
67
|
+
X-Diaginfo:
|
68
|
+
- AM7PR05MB6693
|
69
|
+
X-Beserver:
|
70
|
+
- AM7PR05MB6693
|
71
|
+
X-Proxy-Routingcorrectness:
|
72
|
+
- '1'
|
73
|
+
X-Proxy-Backendserverstatus:
|
74
|
+
- '200'
|
75
|
+
X-Feserver:
|
76
|
+
- HE1PR0101CA0019
|
77
|
+
- PR3P192CA0052
|
41
78
|
X-Powered-By:
|
42
79
|
- ASP.NET
|
43
|
-
X-Diaginfo:
|
44
|
-
- AMSPRD0710CA004
|
45
80
|
Date:
|
46
|
-
-
|
81
|
+
- Tue, 07 Apr 2020 09:24:53 GMT
|
47
82
|
body:
|
48
|
-
encoding:
|
83
|
+
encoding: UTF-8
|
49
84
|
string: <?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo
|
50
|
-
MajorVersion="
|
51
|
-
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://
|
52
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
53
|
-
xmlns:
|
54
|
-
xmlns:
|
85
|
+
MajorVersion="15" MinorVersion="20" MajorBuildNumber="2878" MinorBuildNumber="21"
|
86
|
+
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
87
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:DeleteItemResponse
|
88
|
+
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
89
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:DeleteItemResponseMessage
|
55
90
|
ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode></m:DeleteItemResponseMessage></m:ResponseMessages></m:DeleteItemResponse></s:Body></s:Envelope>
|
56
91
|
http_version:
|
57
|
-
recorded_at:
|
58
|
-
recorded_with: VCR
|
92
|
+
recorded_at: Tue, 07 Apr 2020 09:24:53 GMT
|
93
|
+
recorded_with: VCR 3.0.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://
|
5
|
+
uri: https://amsprd0710.outlook.com/EWS/Exchange.asmx
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: |
|
@@ -20,12 +20,18 @@ http_interactions:
|
|
20
20
|
</soap:Body>
|
21
21
|
</soap:Envelope>
|
22
22
|
headers:
|
23
|
+
User-Agent:
|
24
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.7.0 (2019-12-25))
|
25
|
+
Accept:
|
26
|
+
- "*/*"
|
27
|
+
Date:
|
28
|
+
- Tue, 07 Apr 2020 09:24:47 GMT
|
23
29
|
Soapaction:
|
24
30
|
- http://schemas.microsoft.com/exchange/services/2006/messages/GetFolder
|
25
31
|
Content-Type:
|
26
32
|
- text/xml; charset=utf-8
|
27
33
|
Authorization:
|
28
|
-
- Basic
|
34
|
+
- Basic bWljaGFlbEBsaXR0b24uc2U6MTI4MHNhaWw=
|
29
35
|
response:
|
30
36
|
status:
|
31
37
|
code: 200
|
@@ -38,41 +44,55 @@ http_interactions:
|
|
38
44
|
Content-Type:
|
39
45
|
- text/xml; charset=utf-8
|
40
46
|
Server:
|
41
|
-
- Microsoft-IIS/
|
47
|
+
- Microsoft-IIS/10.0
|
42
48
|
Request-Id:
|
43
|
-
-
|
44
|
-
X-
|
45
|
-
-
|
49
|
+
- e3b6b227-1fbf-40c6-a03f-d91af78d2a4d
|
50
|
+
X-Calculatedfetarget:
|
51
|
+
- AM6PR04CU002.internal.outlook.com
|
46
52
|
X-Backendhttpstatus:
|
47
53
|
- '200'
|
54
|
+
- '200'
|
48
55
|
Set-Cookie:
|
49
|
-
- exchangecookie=
|
50
|
-
|
56
|
+
- exchangecookie=93119067458246619b6b902967f06681; expires=Wed, 07-Apr-2021
|
57
|
+
09:24:47 GMT; path=/; secure; HttpOnly
|
58
|
+
X-Feproxyinfo:
|
59
|
+
- AM6PR04CA0062.EURPRD04.PROD.OUTLOOK.COM
|
60
|
+
X-Calculatedbetarget:
|
61
|
+
- AM7PR05MB6693.eurprd05.prod.outlook.com
|
62
|
+
X-Rum-Validated:
|
63
|
+
- '1'
|
51
64
|
X-Ewshandler:
|
52
65
|
- GetFolder
|
53
66
|
X-Aspnet-Version:
|
54
67
|
- 4.0.30319
|
68
|
+
X-Besku:
|
69
|
+
- WCS6
|
55
70
|
X-Diaginfo:
|
56
|
-
-
|
71
|
+
- AM7PR05MB6693
|
57
72
|
X-Beserver:
|
58
|
-
-
|
73
|
+
- AM7PR05MB6693
|
74
|
+
X-Proxy-Routingcorrectness:
|
75
|
+
- '1'
|
76
|
+
X-Proxy-Backendserverstatus:
|
77
|
+
- '200'
|
78
|
+
X-Feserver:
|
79
|
+
- AM6PR04CA0062
|
80
|
+
- HE1PR0101CA0023
|
59
81
|
X-Powered-By:
|
60
82
|
- ASP.NET
|
61
|
-
X-Feserver:
|
62
|
-
- BY2PR13CA0012
|
63
83
|
Date:
|
64
|
-
-
|
84
|
+
- Tue, 07 Apr 2020 09:24:47 GMT
|
65
85
|
body:
|
66
86
|
encoding: UTF-8
|
67
87
|
string: <?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo
|
68
|
-
MajorVersion="15" MinorVersion="
|
88
|
+
MajorVersion="15" MinorVersion="20" MajorBuildNumber="2878" MinorBuildNumber="21"
|
69
89
|
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
70
90
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:GetFolderResponse
|
71
91
|
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
72
92
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetFolderResponseMessage
|
73
93
|
ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Folders><t:CalendarFolder><t:FolderId
|
74
|
-
Id="
|
75
|
-
ChangeKey="
|
94
|
+
Id="AAAkAG91dGxvb2tfNTY3NDUzNUY3QTY0QjIwMUBvdXRsb29rLmNvbQAuAAAAAAC11EXZT+3TSZbZG9cMT+XoAQAdX+/tTQhGSJ2g6HFKPliuAAAAAAENAAA="
|
95
|
+
ChangeKey="AgAAABYAAAAdX+/tTQhGSJ2g6HFKPliuAAHZLx1j"/><t:DisplayName>Kalender</t:DisplayName><t:TotalCount>1</t:TotalCount><t:ChildFolderCount>2</t:ChildFolderCount></t:CalendarFolder></m:Folders></m:GetFolderResponseMessage></m:ResponseMessages></m:GetFolderResponse></s:Body></s:Envelope>
|
76
96
|
http_version:
|
77
|
-
recorded_at:
|
78
|
-
recorded_with: VCR 3.0.
|
97
|
+
recorded_at: Tue, 07 Apr 2020 09:24:47 GMT
|
98
|
+
recorded_with: VCR 3.0.3
|
@@ -2,22 +2,36 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://
|
5
|
+
uri: https://amsprd0710.outlook.com/EWS/Exchange.asmx
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
9
|
-
|
10
|
-
xmlns:
|
11
|
-
|
12
|
-
|
13
|
-
|
7
|
+
encoding: UTF-8
|
8
|
+
string: |
|
9
|
+
<?xml version="1.0"?>
|
10
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
11
|
+
<soap:Body>
|
12
|
+
<GetFolder xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
|
13
|
+
<FolderShape>
|
14
|
+
<t:BaseShape>Default</t:BaseShape>
|
15
|
+
</FolderShape>
|
16
|
+
<FolderIds>
|
17
|
+
<t:DistinguishedFolderId Id="contacts"/>
|
18
|
+
</FolderIds>
|
19
|
+
</GetFolder>
|
20
|
+
</soap:Body>
|
21
|
+
</soap:Envelope>
|
14
22
|
headers:
|
23
|
+
User-Agent:
|
24
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.7.0 (2019-12-25))
|
25
|
+
Accept:
|
26
|
+
- "*/*"
|
27
|
+
Date:
|
28
|
+
- Tue, 07 Apr 2020 09:24:51 GMT
|
15
29
|
Soapaction:
|
16
30
|
- http://schemas.microsoft.com/exchange/services/2006/messages/GetFolder
|
17
31
|
Content-Type:
|
18
32
|
- text/xml; charset=utf-8
|
19
33
|
Authorization:
|
20
|
-
- Basic
|
34
|
+
- Basic bWljaGFlbEBsaXR0b24uc2U6MTI4MHNhaWw=
|
21
35
|
response:
|
22
36
|
status:
|
23
37
|
code: 200
|
@@ -30,31 +44,55 @@ http_interactions:
|
|
30
44
|
Content-Type:
|
31
45
|
- text/xml; charset=utf-8
|
32
46
|
Server:
|
33
|
-
- Microsoft-IIS/
|
34
|
-
|
35
|
-
-
|
47
|
+
- Microsoft-IIS/10.0
|
48
|
+
Request-Id:
|
49
|
+
- 68e37689-79f1-4cbc-9112-ca9513b6153f
|
50
|
+
X-Calculatedfetarget:
|
51
|
+
- AM6PR05CU001.internal.outlook.com
|
52
|
+
X-Backendhttpstatus:
|
53
|
+
- '200'
|
54
|
+
- '200'
|
36
55
|
Set-Cookie:
|
37
|
-
- exchangecookie=
|
38
|
-
|
56
|
+
- exchangecookie=75458aaeef4347b7a51eb7af94ccac62; expires=Wed, 07-Apr-2021
|
57
|
+
09:24:51 GMT; path=/; secure; HttpOnly
|
58
|
+
X-Feproxyinfo:
|
59
|
+
- AM6PR05CA0014.EURPRD05.PROD.OUTLOOK.COM
|
60
|
+
X-Calculatedbetarget:
|
61
|
+
- AM7PR05MB6693.eurprd05.prod.outlook.com
|
62
|
+
X-Rum-Validated:
|
63
|
+
- '1'
|
64
|
+
X-Ewshandler:
|
65
|
+
- GetFolder
|
39
66
|
X-Aspnet-Version:
|
40
|
-
-
|
67
|
+
- 4.0.30319
|
68
|
+
X-Besku:
|
69
|
+
- WCS6
|
70
|
+
X-Diaginfo:
|
71
|
+
- AM7PR05MB6693
|
72
|
+
X-Beserver:
|
73
|
+
- AM7PR05MB6693
|
74
|
+
X-Proxy-Routingcorrectness:
|
75
|
+
- '1'
|
76
|
+
X-Proxy-Backendserverstatus:
|
77
|
+
- '200'
|
78
|
+
X-Feserver:
|
79
|
+
- AM6PR05CA0014
|
80
|
+
- HE1PR0101CA0015
|
41
81
|
X-Powered-By:
|
42
82
|
- ASP.NET
|
43
|
-
X-Diaginfo:
|
44
|
-
- AMSPRD0710CA015
|
45
83
|
Date:
|
46
|
-
-
|
84
|
+
- Tue, 07 Apr 2020 09:24:51 GMT
|
47
85
|
body:
|
48
|
-
encoding:
|
86
|
+
encoding: UTF-8
|
49
87
|
string: <?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo
|
50
|
-
MajorVersion="
|
51
|
-
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://
|
52
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
53
|
-
xmlns:
|
54
|
-
xmlns:
|
88
|
+
MajorVersion="15" MinorVersion="20" MajorBuildNumber="2878" MinorBuildNumber="21"
|
89
|
+
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
90
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:GetFolderResponse
|
91
|
+
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
92
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetFolderResponseMessage
|
55
93
|
ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Folders><t:ContactsFolder><t:FolderId
|
56
|
-
Id="
|
57
|
-
ChangeKey="
|
94
|
+
Id="AAAkAG91dGxvb2tfNTY3NDUzNUY3QTY0QjIwMUBvdXRsb29rLmNvbQAuAAAAAAC11EXZT+3TSZbZG9cMT+XoAQAdX+/tTQhGSJ2g6HFKPliuAAEXNeC6AAA="
|
95
|
+
ChangeKey="AwAAABYAAAAdX+/tTQhGSJ2g6HFKPliuAAMBiCqW"/><t:DisplayName>Contacts</t:DisplayName><t:TotalCount>4</t:TotalCount><t:ChildFolderCount>12</t:ChildFolderCount></t:ContactsFolder></m:Folders></m:GetFolderResponseMessage></m:ResponseMessages></m:GetFolderResponse></s:Body></s:Envelope>
|
58
96
|
http_version:
|
59
|
-
recorded_at:
|
60
|
-
recorded_with: VCR
|
97
|
+
recorded_at: Tue, 07 Apr 2020 09:24:52 GMT
|
98
|
+
recorded_with: VCR 3.0.3
|
@@ -2,22 +2,36 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://
|
5
|
+
uri: https://amsprd0710.outlook.com/EWS/Exchange.asmx
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
9
|
-
|
10
|
-
xmlns:
|
11
|
-
|
12
|
-
|
13
|
-
|
7
|
+
encoding: UTF-8
|
8
|
+
string: |
|
9
|
+
<?xml version="1.0"?>
|
10
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
|
11
|
+
<soap:Body>
|
12
|
+
<GetFolder xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
|
13
|
+
<FolderShape>
|
14
|
+
<t:BaseShape>Default</t:BaseShape>
|
15
|
+
</FolderShape>
|
16
|
+
<FolderIds>
|
17
|
+
<t:DistinguishedFolderId Id="root"/>
|
18
|
+
</FolderIds>
|
19
|
+
</GetFolder>
|
20
|
+
</soap:Body>
|
21
|
+
</soap:Envelope>
|
14
22
|
headers:
|
23
|
+
User-Agent:
|
24
|
+
- HTTPClient/1.0 (2.8.3, ruby 2.7.0 (2019-12-25))
|
25
|
+
Accept:
|
26
|
+
- "*/*"
|
27
|
+
Date:
|
28
|
+
- Tue, 07 Apr 2020 09:24:54 GMT
|
15
29
|
Soapaction:
|
16
30
|
- http://schemas.microsoft.com/exchange/services/2006/messages/GetFolder
|
17
31
|
Content-Type:
|
18
32
|
- text/xml; charset=utf-8
|
19
33
|
Authorization:
|
20
|
-
- Basic
|
34
|
+
- Basic bWljaGFlbEBsaXR0b24uc2U6MTI4MHNhaWw=
|
21
35
|
response:
|
22
36
|
status:
|
23
37
|
code: 200
|
@@ -30,31 +44,55 @@ http_interactions:
|
|
30
44
|
Content-Type:
|
31
45
|
- text/xml; charset=utf-8
|
32
46
|
Server:
|
33
|
-
- Microsoft-IIS/
|
34
|
-
|
35
|
-
-
|
47
|
+
- Microsoft-IIS/10.0
|
48
|
+
Request-Id:
|
49
|
+
- e2d59181-defc-4975-8004-3f66be9fff9e
|
50
|
+
X-Calculatedfetarget:
|
51
|
+
- AM7PR04CU001.internal.outlook.com
|
52
|
+
X-Backendhttpstatus:
|
53
|
+
- '200'
|
54
|
+
- '200'
|
36
55
|
Set-Cookie:
|
37
|
-
- exchangecookie=
|
38
|
-
|
56
|
+
- exchangecookie=efa8574576ea4c76ad20c0c3e9b570d6; expires=Wed, 07-Apr-2021
|
57
|
+
09:24:54 GMT; path=/; secure; HttpOnly
|
58
|
+
X-Feproxyinfo:
|
59
|
+
- AM7PR04CA0007.EURPRD04.PROD.OUTLOOK.COM
|
60
|
+
X-Calculatedbetarget:
|
61
|
+
- AM7PR05MB6693.eurprd05.prod.outlook.com
|
62
|
+
X-Rum-Validated:
|
63
|
+
- '1'
|
64
|
+
X-Ewshandler:
|
65
|
+
- GetFolder
|
39
66
|
X-Aspnet-Version:
|
40
|
-
-
|
67
|
+
- 4.0.30319
|
68
|
+
X-Besku:
|
69
|
+
- WCS6
|
70
|
+
X-Diaginfo:
|
71
|
+
- AM7PR05MB6693
|
72
|
+
X-Beserver:
|
73
|
+
- AM7PR05MB6693
|
74
|
+
X-Proxy-Routingcorrectness:
|
75
|
+
- '1'
|
76
|
+
X-Proxy-Backendserverstatus:
|
77
|
+
- '200'
|
78
|
+
X-Feserver:
|
79
|
+
- AM7PR04CA0007
|
80
|
+
- HE1PR0101CA0008
|
41
81
|
X-Powered-By:
|
42
82
|
- ASP.NET
|
43
|
-
X-Diaginfo:
|
44
|
-
- AMSPRD0710CA017
|
45
83
|
Date:
|
46
|
-
-
|
84
|
+
- Tue, 07 Apr 2020 09:24:54 GMT
|
47
85
|
body:
|
48
|
-
encoding:
|
86
|
+
encoding: UTF-8
|
49
87
|
string: <?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo
|
50
|
-
MajorVersion="
|
51
|
-
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://
|
52
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
53
|
-
xmlns:
|
54
|
-
xmlns:
|
88
|
+
MajorVersion="15" MinorVersion="20" MajorBuildNumber="2878" MinorBuildNumber="21"
|
89
|
+
xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
90
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:GetFolderResponse
|
91
|
+
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
92
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetFolderResponseMessage
|
55
93
|
ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Folders><t:Folder><t:FolderId
|
56
|
-
Id="
|
57
|
-
ChangeKey="
|
94
|
+
Id="AAAkAG91dGxvb2tfNTY3NDUzNUY3QTY0QjIwMUBvdXRsb29rLmNvbQAuAAAAAAC11EXZT+3TSZbZG9cMT+XoAQAdX+/tTQhGSJ2g6HFKPliuAAAAAAEBAAA="
|
95
|
+
ChangeKey="AQAAABYAAAAdX+/tTQhGSJ2g6HFKPliuAAM8U2Xw"/><t:DisplayName/><t:TotalCount>15</t:TotalCount><t:ChildFolderCount>93</t:ChildFolderCount><t:UnreadCount>0</t:UnreadCount></t:Folder></m:Folders></m:GetFolderResponseMessage></m:ResponseMessages></m:GetFolderResponse></s:Body></s:Envelope>
|
58
96
|
http_version:
|
59
|
-
recorded_at:
|
60
|
-
recorded_with: VCR
|
97
|
+
recorded_at: Tue, 07 Apr 2020 09:24:54 GMT
|
98
|
+
recorded_with: VCR 3.0.3
|