litmus-instant 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/ci.yml +29 -0
  3. data/.gitignore +0 -2
  4. data/.ruby-version +1 -1
  5. data/Gemfile.lock +94 -0
  6. data/LICENSE.txt +1 -1
  7. data/README.md +0 -2
  8. data/fixtures/vcr_cassettes/Litmus_Instant/Litmus_Instant_Client_provides_Litmus_Instant_class_methods_as_instance_methods.yml +165 -49
  9. data/fixtures/vcr_cassettes/Litmus_Instant/Litmus_Instant_Client_uses_its_own_config.yml +18 -94
  10. data/fixtures/vcr_cassettes/Litmus_Instant/client_configurations/returns_a_Hash_of_clients_and_their_available_options.yml +1032 -141
  11. data/fixtures/vcr_cassettes/Litmus_Instant/clients/returns_an_array_of_client_names.yml +83 -25
  12. data/fixtures/vcr_cassettes/Litmus_Instant/create_email/authenticated_with_invalid_email_Hash_raise_a_request_error.yml +8 -43
  13. data/fixtures/vcr_cassettes/Litmus_Instant/create_email/authenticated_with_valid_email_Hash_optional_end_user_id_is_relayed.yml +9 -49
  14. data/fixtures/vcr_cassettes/Litmus_Instant/create_email/authenticated_with_valid_email_Hash_prerequest_configurations_is_relayed.yml +9 -60
  15. data/fixtures/vcr_cassettes/Litmus_Instant/create_email/authenticated_with_valid_email_Hash_response_.yml +9 -48
  16. data/fixtures/vcr_cassettes/Litmus_Instant/create_email/unauthenticated_raises_an_authentication_error.yml +9 -6
  17. data/fixtures/vcr_cassettes/Litmus_Instant/get_preview/raises_NotFound_for_an_expired_email_guid.yml +9 -6
  18. data/fixtures/vcr_cassettes/Litmus_Instant/get_preview/raises_RequestError_for_an_invalid_client.yml +16 -90
  19. data/fixtures/vcr_cassettes/Litmus_Instant/get_preview/raises_RequestError_for_an_invalid_email_guid.yml +9 -6
  20. data/fixtures/vcr_cassettes/Litmus_Instant/get_preview/returns_a_Hash_of_the_image_types.yml +19 -99
  21. data/fixtures/vcr_cassettes/Litmus_Instant/get_preview/supports_optional_capture_configuration.yml +19 -99
  22. data/fixtures/vcr_cassettes/Litmus_Instant/prefetch_previews/raises_RequestError_for_an_invalid_email_guid.yml +9 -6
  23. data/fixtures/vcr_cassettes/Litmus_Instant/prefetch_previews/raises_RequestError_if_any_invalid_configurations_are_present.yml +16 -90
  24. data/fixtures/vcr_cassettes/Litmus_Instant/prefetch_previews/responds_with_an_array_of_the_requested_configurations.yml +16 -99
  25. data/lib/litmus/instant/version.rb +1 -1
  26. data/litmus-instant.gemspec +3 -3
  27. metadata +15 -14
@@ -11,6 +11,10 @@ http_interactions:
11
11
  - application/json
12
12
  Accept:
13
13
  - application/json
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ User-Agent:
17
+ - Ruby
14
18
  response:
15
19
  status:
16
20
  code: 200
@@ -19,13 +23,13 @@ http_interactions:
19
23
  Server:
20
24
  - nginx
21
25
  Date:
22
- - Mon, 20 Jun 2016 11:43:49 GMT
26
+ - Wed, 10 Nov 2021 14:36:34 GMT
23
27
  Content-Type:
24
28
  - application/json;charset=utf-8
25
29
  Content-Length:
26
- - '7236'
27
- Connection:
28
- - keep-alive
30
+ - '26075'
31
+ Vary:
32
+ - Origin
29
33
  Strict-Transport-Security:
30
34
  - max-age=3600; includeSubdomains; preload
31
35
  X-Frame-Options:
@@ -36,480 +40,1367 @@ http_interactions:
36
40
  encoding: UTF-8
37
41
  string: |-
38
42
  {
39
- "OL2000": {
43
+ "OL2007": {
40
44
  "orientation_options": [
41
45
  "vertical"
42
46
  ],
43
47
  "images_options": [
44
- "allowed"
45
- ]
48
+ "allowed",
49
+ "blocked"
50
+ ],
51
+ "name": "Outlook 2007",
52
+ "group": "Desktop",
53
+ "platform": "Windows 10",
54
+ "status": "normal"
46
55
  },
47
- "OL2002": {
56
+ "OL2010": {
48
57
  "orientation_options": [
49
58
  "vertical"
50
59
  ],
51
60
  "images_options": [
52
- "allowed"
53
- ]
61
+ "allowed",
62
+ "blocked"
63
+ ],
64
+ "name": "Outlook 2010",
65
+ "group": "Desktop",
66
+ "platform": "Windows 10",
67
+ "status": "normal"
54
68
  },
55
- "OL2003": {
69
+ "OL2013": {
56
70
  "orientation_options": [
57
71
  "vertical"
58
72
  ],
59
73
  "images_options": [
60
74
  "allowed",
61
75
  "blocked"
62
- ]
76
+ ],
77
+ "name": "Outlook 2013",
78
+ "group": "Desktop",
79
+ "platform": "Windows 10",
80
+ "status": "normal"
63
81
  },
64
- "OL2007": {
82
+ "CHROMEYAHOO": {
65
83
  "orientation_options": [
66
84
  "vertical"
67
85
  ],
68
86
  "images_options": [
69
87
  "allowed",
70
88
  "blocked"
71
- ]
89
+ ],
90
+ "name": "Yahoo! Mail",
91
+ "group": "Web-based",
92
+ "platform": "Chrome",
93
+ "status": "normal"
72
94
  },
73
- "OL2010": {
95
+ "FFYAHOO": {
74
96
  "orientation_options": [
75
97
  "vertical"
76
98
  ],
77
99
  "images_options": [
78
100
  "allowed",
79
101
  "blocked"
80
- ]
102
+ ],
103
+ "name": "Yahoo! Mail",
104
+ "group": "Web-based",
105
+ "platform": "Firefox",
106
+ "status": "normal"
81
107
  },
82
- "OL2013": {
108
+ "YAHOO": {
83
109
  "orientation_options": [
84
110
  "vertical"
85
111
  ],
86
112
  "images_options": [
87
113
  "allowed",
88
114
  "blocked"
89
- ]
115
+ ],
116
+ "name": "Yahoo! Mail",
117
+ "group": "Web-based",
118
+ "platform": "Edge",
119
+ "status": "normal"
90
120
  },
91
- "CHROMEYAHOO": {
121
+ "GMAILNEW": {
92
122
  "orientation_options": [
93
123
  "vertical"
94
124
  ],
95
125
  "images_options": [
96
126
  "allowed",
97
127
  "blocked"
98
- ]
128
+ ],
129
+ "name": "Gmail",
130
+ "group": "Web-based",
131
+ "platform": "Edge",
132
+ "status": "normal"
99
133
  },
100
- "FFYAHOO": {
134
+ "FFGMAILNEW": {
101
135
  "orientation_options": [
102
136
  "vertical"
103
137
  ],
104
138
  "images_options": [
105
139
  "allowed",
106
140
  "blocked"
107
- ]
141
+ ],
142
+ "name": "Gmail",
143
+ "group": "Web-based",
144
+ "platform": "Firefox",
145
+ "status": "normal"
108
146
  },
109
- "YAHOO": {
147
+ "CHROMEGMAILNEW": {
110
148
  "orientation_options": [
111
149
  "vertical"
112
150
  ],
113
151
  "images_options": [
114
152
  "allowed",
115
153
  "blocked"
116
- ]
154
+ ],
155
+ "name": "Gmail",
156
+ "group": "Web-based",
157
+ "platform": "Chrome",
158
+ "status": "normal"
117
159
  },
118
- "GMAILNEW": {
160
+ "OL2015": {
119
161
  "orientation_options": [
120
162
  "vertical"
121
163
  ],
122
164
  "images_options": [
123
165
  "allowed",
124
166
  "blocked"
125
- ]
167
+ ],
168
+ "name": "Outlook 2016",
169
+ "group": "Desktop",
170
+ "platform": "macOS 10.12.6",
171
+ "status": "normal"
126
172
  },
127
- "FFGMAILNEW": {
173
+ "OUTLOOKCOM": {
128
174
  "orientation_options": [
129
175
  "vertical"
130
176
  ],
131
177
  "images_options": [
132
178
  "allowed",
133
179
  "blocked"
134
- ]
180
+ ],
181
+ "name": "Outlook.com",
182
+ "group": "Web-based",
183
+ "platform": "Edge",
184
+ "status": "normal"
135
185
  },
136
- "CHROMEGMAILNEW": {
186
+ "FFOUTLOOKCOM": {
137
187
  "orientation_options": [
138
188
  "vertical"
139
189
  ],
140
190
  "images_options": [
141
191
  "allowed",
142
192
  "blocked"
143
- ]
193
+ ],
194
+ "name": "Outlook.com",
195
+ "group": "Web-based",
196
+ "platform": "Firefox",
197
+ "status": "normal"
144
198
  },
145
- "OL2015": {
199
+ "CHROMEOUTLOOKCOM": {
146
200
  "orientation_options": [
147
201
  "vertical"
148
202
  ],
149
203
  "images_options": [
150
204
  "allowed",
151
205
  "blocked"
152
- ]
206
+ ],
207
+ "name": "Outlook.com",
208
+ "group": "Web-based",
209
+ "platform": "Chrome",
210
+ "status": "normal"
211
+ },
212
+ "IPAD": {
213
+ "orientation_options": [
214
+ "vertical"
215
+ ],
216
+ "images_options": [
217
+ "allowed"
218
+ ],
219
+ "name": "iPad (Retina)",
220
+ "group": "Mobile/Tablet",
221
+ "platform": "iOS 13.1",
222
+ "status": "normal"
153
223
  },
154
- "APPMAIL8": {
224
+ "THUNDERBIRDLATEST": {
155
225
  "orientation_options": [
156
226
  "vertical"
157
227
  ],
158
228
  "images_options": [
159
229
  "allowed",
160
230
  "blocked"
161
- ]
231
+ ],
232
+ "name": "Thunderbird 60",
233
+ "group": "Desktop",
234
+ "platform": "Windows 10",
235
+ "status": "normal"
162
236
  },
163
- "OL2011": {
237
+ "PLAINTEXT": {
164
238
  "orientation_options": [
165
239
  "vertical"
166
240
  ],
167
241
  "images_options": [
168
242
  "allowed"
169
- ]
243
+ ],
244
+ "name": "Plain Text",
245
+ "group": "Desktop",
246
+ "platform": "Text-only view",
247
+ "status": "normal"
170
248
  },
171
- "OUTLOOKCOM": {
249
+ "AOLONLINE": {
172
250
  "orientation_options": [
173
251
  "vertical"
174
252
  ],
175
253
  "images_options": [
176
254
  "allowed",
177
255
  "blocked"
178
- ]
256
+ ],
257
+ "name": "AOL Mail",
258
+ "group": "Web-based",
259
+ "platform": "Edge",
260
+ "status": "normal"
179
261
  },
180
- "FFOUTLOOKCOM": {
262
+ "FFAOLONLINE": {
181
263
  "orientation_options": [
182
264
  "vertical"
183
265
  ],
184
266
  "images_options": [
185
267
  "allowed",
186
268
  "blocked"
187
- ]
269
+ ],
270
+ "name": "AOL Mail",
271
+ "group": "Web-based",
272
+ "platform": "Firefox",
273
+ "status": "normal"
188
274
  },
189
- "CHROMEOUTLOOKCOM": {
275
+ "CHROMEAOLONLINE": {
190
276
  "orientation_options": [
191
277
  "vertical"
192
278
  ],
193
279
  "images_options": [
194
280
  "allowed",
195
281
  "blocked"
196
- ]
282
+ ],
283
+ "name": "AOL Mail",
284
+ "group": "Web-based",
285
+ "platform": "Chrome",
286
+ "status": "normal"
197
287
  },
198
- "IPAD": {
288
+ "GOOGLEAPPS": {
199
289
  "orientation_options": [
200
290
  "vertical"
201
291
  ],
202
292
  "images_options": [
203
- "allowed"
204
- ]
293
+ "allowed",
294
+ "blocked"
295
+ ],
296
+ "name": "G Suite",
297
+ "group": "Web-based",
298
+ "platform": "Edge",
299
+ "status": "normal"
205
300
  },
206
- "IPADMINI": {
301
+ "FFGOOGLEAPPS": {
207
302
  "orientation_options": [
208
303
  "vertical"
209
304
  ],
210
305
  "images_options": [
211
- "allowed"
212
- ]
306
+ "allowed",
307
+ "blocked"
308
+ ],
309
+ "name": "G Suite",
310
+ "group": "Web-based",
311
+ "platform": "Firefox",
312
+ "status": "normal"
313
+ },
314
+ "CHROMEGOOGLEAPPS": {
315
+ "orientation_options": [
316
+ "vertical"
317
+ ],
318
+ "images_options": [
319
+ "allowed",
320
+ "blocked"
321
+ ],
322
+ "name": "G Suite",
323
+ "group": "Web-based",
324
+ "platform": "Chrome",
325
+ "status": "normal"
213
326
  },
214
- "IPHONE5S": {
327
+ "COLORBLIND": {
215
328
  "orientation_options": [
216
329
  "vertical"
217
330
  ],
218
331
  "images_options": [
219
332
  "allowed"
220
- ]
333
+ ],
334
+ "name": "Color Blindness",
335
+ "group": "Desktop",
336
+ "platform": "Simulated",
337
+ "status": "normal"
221
338
  },
222
- "IPHONE5SIOS8": {
339
+ "NOTES85": {
223
340
  "orientation_options": [
224
341
  "vertical"
225
342
  ],
226
343
  "images_options": [
227
344
  "allowed"
228
- ]
345
+ ],
346
+ "name": "Lotus Notes 8.5",
347
+ "group": "Desktop",
348
+ "platform": "Windows 10",
349
+ "status": "normal"
229
350
  },
230
- "IPHONE6": {
351
+ "NOTES9": {
231
352
  "orientation_options": [
232
353
  "vertical"
233
354
  ],
234
355
  "images_options": [
235
356
  "allowed"
236
- ]
357
+ ],
358
+ "name": "IBM Notes 9",
359
+ "group": "Desktop",
360
+ "platform": "Windows 10",
361
+ "status": "normal"
362
+ },
363
+ "OFFICE365": {
364
+ "orientation_options": [
365
+ "vertical"
366
+ ],
367
+ "images_options": [
368
+ "allowed",
369
+ "blocked"
370
+ ],
371
+ "name": "Office 365",
372
+ "group": "Web-based",
373
+ "platform": "Edge",
374
+ "status": "normal"
375
+ },
376
+ "FFOFFICE365": {
377
+ "orientation_options": [
378
+ "vertical"
379
+ ],
380
+ "images_options": [
381
+ "allowed",
382
+ "blocked"
383
+ ],
384
+ "name": "Office 365",
385
+ "group": "Web-based",
386
+ "platform": "Firefox",
387
+ "status": "normal"
388
+ },
389
+ "CHROMEOFFICE365": {
390
+ "orientation_options": [
391
+ "vertical"
392
+ ],
393
+ "images_options": [
394
+ "allowed",
395
+ "blocked"
396
+ ],
397
+ "name": "Office 365",
398
+ "group": "Web-based",
399
+ "platform": "Chrome",
400
+ "status": "normal"
237
401
  },
238
- "IPHONE6PLUS": {
402
+ "OL2013DPI120": {
239
403
  "orientation_options": [
240
404
  "vertical"
241
405
  ],
242
406
  "images_options": [
243
407
  "allowed"
244
- ]
408
+ ],
409
+ "name": "Outlook 2013 120 DPI",
410
+ "group": "Desktop",
411
+ "platform": "Windows 10",
412
+ "status": "normal"
245
413
  },
246
- "THUNDERBIRDLATEST": {
414
+ "OL2016": {
247
415
  "orientation_options": [
248
416
  "vertical"
249
417
  ],
250
418
  "images_options": [
251
419
  "allowed",
252
420
  "blocked"
253
- ]
421
+ ],
422
+ "name": "Outlook 2016",
423
+ "group": "Desktop",
424
+ "platform": "Windows 10",
425
+ "status": "normal"
254
426
  },
255
- "PLAINTEXT": {
427
+ "ANDROIDGMAILAPP": {
256
428
  "orientation_options": [
257
429
  "vertical"
258
430
  ],
259
431
  "images_options": [
260
432
  "allowed"
261
- ]
433
+ ],
434
+ "name": "Gmail App",
435
+ "group": "Mobile/Tablet",
436
+ "platform": "Android 6.0",
437
+ "status": "normal"
262
438
  },
263
- "AOLONLINE": {
439
+ "GMXDE": {
264
440
  "orientation_options": [
265
441
  "vertical"
266
442
  ],
267
443
  "images_options": [
268
444
  "allowed",
269
445
  "blocked"
270
- ]
446
+ ],
447
+ "name": "GMX.de",
448
+ "group": "Web-based",
449
+ "platform": "Edge",
450
+ "status": "normal"
271
451
  },
272
- "FFAOLONLINE": {
452
+ "FFGMXDE": {
273
453
  "orientation_options": [
274
454
  "vertical"
275
455
  ],
276
456
  "images_options": [
277
457
  "allowed",
278
458
  "blocked"
279
- ]
459
+ ],
460
+ "name": "GMX.de",
461
+ "group": "Web-based",
462
+ "platform": "Firefox",
463
+ "status": "normal"
280
464
  },
281
- "CHROMEAOLONLINE": {
465
+ "CHROMEGMXDE": {
282
466
  "orientation_options": [
283
467
  "vertical"
284
468
  ],
285
469
  "images_options": [
286
470
  "allowed",
287
471
  "blocked"
288
- ]
472
+ ],
473
+ "name": "GMX.de",
474
+ "group": "Web-based",
475
+ "platform": "Chrome",
476
+ "status": "normal"
289
477
  },
290
- "GOOGLEAPPS": {
478
+ "WEBDE": {
291
479
  "orientation_options": [
292
480
  "vertical"
293
481
  ],
294
482
  "images_options": [
295
483
  "allowed",
296
484
  "blocked"
297
- ]
485
+ ],
486
+ "name": "Web.de",
487
+ "group": "Web-based",
488
+ "platform": "Edge",
489
+ "status": "normal"
298
490
  },
299
- "FFGOOGLEAPPS": {
491
+ "FFWEBDE": {
300
492
  "orientation_options": [
301
493
  "vertical"
302
494
  ],
303
495
  "images_options": [
304
496
  "allowed",
305
497
  "blocked"
306
- ]
498
+ ],
499
+ "name": "Web.de",
500
+ "group": "Web-based",
501
+ "platform": "Firefox",
502
+ "status": "normal"
307
503
  },
308
- "CHROMEGOOGLEAPPS": {
504
+ "CHROMEWEBDE": {
309
505
  "orientation_options": [
310
506
  "vertical"
311
507
  ],
312
508
  "images_options": [
313
509
  "allowed",
314
510
  "blocked"
315
- ]
511
+ ],
512
+ "name": "Web.de",
513
+ "group": "Web-based",
514
+ "platform": "Chrome",
515
+ "status": "normal"
316
516
  },
317
- "COLORBLIND": {
517
+ "IPADPRO13IN": {
318
518
  "orientation_options": [
319
519
  "vertical"
320
520
  ],
321
521
  "images_options": [
322
522
  "allowed"
323
- ]
523
+ ],
524
+ "name": "iPad Pro (12.9 inch)",
525
+ "group": "Mobile/Tablet",
526
+ "platform": "iOS 13.1",
527
+ "status": "normal"
528
+ },
529
+ "COMCAST": {
530
+ "orientation_options": [
531
+ "vertical"
532
+ ],
533
+ "images_options": [
534
+ "allowed",
535
+ "blocked"
536
+ ],
537
+ "name": "Comcast",
538
+ "group": "Web-based",
539
+ "platform": "Edge",
540
+ "status": "normal"
541
+ },
542
+ "FFCOMCAST": {
543
+ "orientation_options": [
544
+ "vertical"
545
+ ],
546
+ "images_options": [
547
+ "allowed",
548
+ "blocked"
549
+ ],
550
+ "name": "Comcast",
551
+ "group": "Web-based",
552
+ "platform": "Firefox",
553
+ "status": "normal"
324
554
  },
325
- "NOTES7": {
555
+ "CHROMECOMCAST": {
556
+ "orientation_options": [
557
+ "vertical"
558
+ ],
559
+ "images_options": [
560
+ "allowed",
561
+ "blocked"
562
+ ],
563
+ "name": "Comcast",
564
+ "group": "Web-based",
565
+ "platform": "Chrome",
566
+ "status": "normal"
567
+ },
568
+ "IPHONESE": {
326
569
  "orientation_options": [
327
570
  "vertical"
328
571
  ],
329
572
  "images_options": [
330
573
  "allowed"
331
- ]
574
+ ],
575
+ "name": "iPhone SE",
576
+ "group": "Mobile/Tablet",
577
+ "platform": "iOS 14.2",
578
+ "status": "normal"
579
+ },
580
+ "WINDOWS10MAIL": {
581
+ "orientation_options": [
582
+ "vertical"
583
+ ],
584
+ "images_options": [
585
+ "allowed",
586
+ "blocked"
587
+ ],
588
+ "name": "Windows 10 Mail",
589
+ "group": "Desktop",
590
+ "platform": "Windows 10",
591
+ "status": "normal"
332
592
  },
333
- "NOTES8": {
593
+ "MAILRU": {
334
594
  "orientation_options": [
335
595
  "vertical"
336
596
  ],
337
597
  "images_options": [
338
598
  "allowed"
339
- ]
599
+ ],
600
+ "name": "Mail.ru",
601
+ "group": "Web-based",
602
+ "platform": "Edge",
603
+ "status": "normal"
340
604
  },
341
- "NOTES85": {
605
+ "CHROMEMAILRU": {
342
606
  "orientation_options": [
343
607
  "vertical"
344
608
  ],
345
609
  "images_options": [
346
610
  "allowed"
347
- ]
611
+ ],
612
+ "name": "Mail.ru",
613
+ "group": "Web-based",
614
+ "platform": "Chrome",
615
+ "status": "normal"
348
616
  },
349
- "NOTES9": {
617
+ "FFMAILRU": {
350
618
  "orientation_options": [
351
619
  "vertical"
352
620
  ],
353
621
  "images_options": [
354
622
  "allowed"
355
- ]
623
+ ],
624
+ "name": "Mail.ru",
625
+ "group": "Web-based",
626
+ "platform": "Firefox",
627
+ "status": "normal"
356
628
  },
357
- "OFFICE365": {
629
+ "OUTLOOKIOS": {
358
630
  "orientation_options": [
359
631
  "vertical"
360
632
  ],
361
633
  "images_options": [
362
- "allowed",
363
- "blocked"
364
- ]
634
+ "allowed"
635
+ ],
636
+ "name": "Outlook iOS",
637
+ "group": "Mobile/Tablet",
638
+ "platform": "iOS 14.2",
639
+ "status": "normal"
365
640
  },
366
- "FFOFFICE365": {
641
+ "ANDROID6": {
367
642
  "orientation_options": [
368
643
  "vertical"
369
644
  ],
370
645
  "images_options": [
371
- "allowed",
372
- "blocked"
373
- ]
646
+ "allowed"
647
+ ],
648
+ "name": "Android 6.0",
649
+ "group": "Mobile/Tablet",
650
+ "platform": "Android 6.0",
651
+ "status": "normal"
374
652
  },
375
- "CHROMEOFFICE365": {
653
+ "ANDROIDGMAILIMAP": {
376
654
  "orientation_options": [
377
655
  "vertical"
378
656
  ],
379
657
  "images_options": [
380
- "allowed",
381
- "blocked"
382
- ]
658
+ "allowed"
659
+ ],
660
+ "name": "Gmail App IMAP",
661
+ "group": "Mobile/Tablet",
662
+ "platform": "Android 6.0",
663
+ "status": "normal"
383
664
  },
384
- "OL2013DPI120": {
665
+ "FREENETDE": {
385
666
  "orientation_options": [
386
667
  "vertical"
387
668
  ],
388
669
  "images_options": [
389
670
  "allowed"
390
- ]
671
+ ],
672
+ "name": "freenet.de",
673
+ "group": "Web-based",
674
+ "platform": "Edge",
675
+ "status": "normal"
391
676
  },
392
- "OL2016": {
677
+ "FFFREENETDE": {
393
678
  "orientation_options": [
394
679
  "vertical"
395
680
  ],
396
681
  "images_options": [
397
- "allowed",
398
- "blocked"
399
- ]
682
+ "allowed"
683
+ ],
684
+ "name": "freenet.de",
685
+ "group": "Web-based",
686
+ "platform": "Firefox",
687
+ "status": "normal"
400
688
  },
401
- "ANDROIDGMAILAPP": {
689
+ "CHROMEFREENETDE": {
402
690
  "orientation_options": [
403
691
  "vertical"
404
692
  ],
405
693
  "images_options": [
406
694
  "allowed"
407
- ]
695
+ ],
696
+ "name": "freenet.de",
697
+ "group": "Web-based",
698
+ "platform": "Chrome",
699
+ "status": "normal"
408
700
  },
409
- "ANDROID4": {
701
+ "TONLINEDE": {
410
702
  "orientation_options": [
411
703
  "vertical"
412
704
  ],
413
705
  "images_options": [
414
706
  "allowed"
415
- ]
707
+ ],
708
+ "name": "T-Online.de",
709
+ "group": "Web-based",
710
+ "platform": "Edge",
711
+ "status": "normal"
416
712
  },
417
- "IPHONE6S": {
713
+ "FFTONLINEDE": {
418
714
  "orientation_options": [
419
715
  "vertical"
420
716
  ],
421
717
  "images_options": [
422
718
  "allowed"
423
- ]
719
+ ],
720
+ "name": "T-Online.de",
721
+ "group": "Web-based",
722
+ "platform": "Firefox",
723
+ "status": "normal"
424
724
  },
425
- "IPHONE6SPLUS": {
725
+ "CHROMETONLINEDE": {
426
726
  "orientation_options": [
427
727
  "vertical"
428
728
  ],
429
729
  "images_options": [
430
730
  "allowed"
431
- ]
731
+ ],
732
+ "name": "T-Online.de",
733
+ "group": "Web-based",
734
+ "platform": "Chrome",
735
+ "status": "normal"
432
736
  },
433
- "GMXDE": {
737
+ "GMAILIOS": {
434
738
  "orientation_options": [
435
739
  "vertical"
436
740
  ],
437
741
  "images_options": [
438
- "allowed",
439
- "blocked"
440
- ]
742
+ "allowed"
743
+ ],
744
+ "name": "Gmail App",
745
+ "group": "Mobile/Tablet",
746
+ "platform": "iOS 14.2",
747
+ "status": "normal"
441
748
  },
442
- "FFGMXDE": {
749
+ "ANDROIDSAMSUNG6": {
443
750
  "orientation_options": [
444
751
  "vertical"
445
752
  ],
446
753
  "images_options": [
447
- "allowed",
448
- "blocked"
449
- ]
754
+ "allowed"
755
+ ],
756
+ "name": "Samsung Mail",
757
+ "group": "Mobile/Tablet",
758
+ "platform": "Android 6.0",
759
+ "status": "normal"
450
760
  },
451
- "CHROMEGMXDE": {
761
+ "IPHONE8": {
452
762
  "orientation_options": [
453
763
  "vertical"
454
764
  ],
455
765
  "images_options": [
456
- "allowed",
457
- "blocked"
458
- ]
766
+ "allowed"
767
+ ],
768
+ "name": "iPhone 8",
769
+ "group": "Mobile/Tablet",
770
+ "platform": "iOS 12.0",
771
+ "status": "normal"
459
772
  },
460
- "WEBDE": {
773
+ "IPHONE8PLUS": {
461
774
  "orientation_options": [
462
775
  "vertical"
463
776
  ],
464
777
  "images_options": [
465
- "allowed",
466
- "blocked"
467
- ]
778
+ "allowed"
779
+ ],
780
+ "name": "iPhone 8 Plus",
781
+ "group": "Mobile/Tablet",
782
+ "platform": "iOS 12.0",
783
+ "status": "normal"
468
784
  },
469
- "FFWEBDE": {
785
+ "ANDROIDOUTLOOK": {
470
786
  "orientation_options": [
471
787
  "vertical"
472
788
  ],
473
789
  "images_options": [
474
- "allowed",
475
- "blocked"
476
- ]
790
+ "allowed"
791
+ ],
792
+ "name": "Outlook",
793
+ "group": "Mobile/Tablet",
794
+ "platform": "Android 7.0",
795
+ "status": "normal"
477
796
  },
478
- "CHROMEWEBDE": {
797
+ "IPADPRO10P5IN": {
479
798
  "orientation_options": [
480
799
  "vertical"
481
800
  ],
482
801
  "images_options": [
483
- "allowed",
484
- "blocked"
485
- ]
802
+ "allowed"
803
+ ],
804
+ "name": "iPad Pro (10.5 inch)",
805
+ "group": "Mobile/Tablet",
806
+ "platform": "iOS 13.1",
807
+ "status": "normal"
808
+ },
809
+ "ANDROID71GMAILAPP": {
810
+ "orientation_options": [
811
+ "vertical"
812
+ ],
813
+ "images_options": [
814
+ "allowed"
815
+ ],
816
+ "name": "Gmail App",
817
+ "group": "Mobile/Tablet",
818
+ "platform": "Android 7.1",
819
+ "status": "normal"
820
+ },
821
+ "ANDROID8GMAILAPP": {
822
+ "orientation_options": [
823
+ "vertical"
824
+ ],
825
+ "images_options": [
826
+ "allowed"
827
+ ],
828
+ "name": "Gmail App",
829
+ "group": "Mobile/Tablet",
830
+ "platform": "Android 8.0",
831
+ "status": "normal"
486
832
  },
487
- "APPMAIL9": {
833
+ "OL2019": {
488
834
  "orientation_options": [
489
835
  "vertical"
490
836
  ],
491
837
  "images_options": [
492
838
  "allowed",
493
839
  "blocked"
494
- ]
840
+ ],
841
+ "name": "Outlook 2019",
842
+ "group": "Desktop",
843
+ "platform": "Windows 10",
844
+ "status": "normal"
495
845
  },
496
- "FFGOOGLEINBOX": {
846
+ "ANDROIDSAMSUNG7": {
497
847
  "orientation_options": [
498
848
  "vertical"
499
849
  ],
500
850
  "images_options": [
501
851
  "allowed"
502
- ]
852
+ ],
853
+ "name": "Samsung Mail",
854
+ "group": "Mobile/Tablet",
855
+ "platform": "Android 7.0",
856
+ "status": "normal"
503
857
  },
504
- "CHROMEGOOGLEINBOX": {
858
+ "IPHONEXS": {
505
859
  "orientation_options": [
506
860
  "vertical"
507
861
  ],
508
862
  "images_options": [
509
863
  "allowed"
510
- ]
864
+ ],
865
+ "name": "iPhone XS",
866
+ "group": "Mobile/Tablet",
867
+ "platform": "iOS 12.0",
868
+ "status": "normal"
869
+ },
870
+ "IPHONEXSMAX": {
871
+ "orientation_options": [
872
+ "vertical"
873
+ ],
874
+ "images_options": [
875
+ "allowed"
876
+ ],
877
+ "name": "iPhone XS Max",
878
+ "group": "Mobile/Tablet",
879
+ "platform": "iOS 12.0",
880
+ "status": "normal"
881
+ },
882
+ "IPHONEXR": {
883
+ "orientation_options": [
884
+ "vertical"
885
+ ],
886
+ "images_options": [
887
+ "allowed"
888
+ ],
889
+ "name": "iPhone XR",
890
+ "group": "Mobile/Tablet",
891
+ "platform": "iOS 12.0",
892
+ "status": "normal"
893
+ },
894
+ "OL2019MAC": {
895
+ "orientation_options": [
896
+ "vertical"
897
+ ],
898
+ "images_options": [
899
+ "allowed",
900
+ "blocked"
901
+ ],
902
+ "name": "OL Office 365",
903
+ "group": "Desktop",
904
+ "platform": "macOS 10.15",
905
+ "status": "normal"
906
+ },
907
+ "NOTES10": {
908
+ "orientation_options": [
909
+ "vertical"
910
+ ],
911
+ "images_options": [
912
+ "allowed"
913
+ ],
914
+ "name": "IBM Notes 10",
915
+ "group": "Desktop",
916
+ "platform": "Windows 10",
917
+ "status": "normal"
918
+ },
919
+ "OL2019DPI120": {
920
+ "orientation_options": [
921
+ "vertical"
922
+ ],
923
+ "images_options": [
924
+ "allowed"
925
+ ],
926
+ "name": "Outlook 2019 120 DPI",
927
+ "group": "Desktop",
928
+ "platform": "Windows 10",
929
+ "status": "normal"
930
+ },
931
+ "IPHONE11": {
932
+ "orientation_options": [
933
+ "vertical"
934
+ ],
935
+ "images_options": [
936
+ "allowed"
937
+ ],
938
+ "name": "iPhone 11",
939
+ "group": "Mobile/Tablet",
940
+ "platform": "iOS 13.1",
941
+ "status": "normal"
942
+ },
943
+ "IPHONE11PRO": {
944
+ "orientation_options": [
945
+ "vertical"
946
+ ],
947
+ "images_options": [
948
+ "allowed"
949
+ ],
950
+ "name": "iPhone 11 Pro",
951
+ "group": "Mobile/Tablet",
952
+ "platform": "iOS 13.1",
953
+ "status": "normal"
954
+ },
955
+ "IPHONE11PROMAX": {
956
+ "orientation_options": [
957
+ "vertical"
958
+ ],
959
+ "images_options": [
960
+ "allowed"
961
+ ],
962
+ "name": "iPhone 11 Pro Max",
963
+ "group": "Mobile/Tablet",
964
+ "platform": "iOS 13.1",
965
+ "status": "normal"
966
+ },
967
+ "IPHONE11PRODARK": {
968
+ "orientation_options": [
969
+ "vertical"
970
+ ],
971
+ "images_options": [
972
+ "allowed"
973
+ ],
974
+ "name": "iPhone 11 Pro Dark",
975
+ "group": "Mobile/Tablet",
976
+ "platform": "iOS 13.1",
977
+ "status": "normal"
978
+ },
979
+ "OL2016DPI120": {
980
+ "orientation_options": [
981
+ "vertical"
982
+ ],
983
+ "images_options": [
984
+ "allowed"
985
+ ],
986
+ "name": "Outlook 2016 120 DPI",
987
+ "group": "Desktop",
988
+ "platform": "Windows 10",
989
+ "status": "normal"
990
+ },
991
+ "IPADGEN7": {
992
+ "orientation_options": [
993
+ "vertical"
994
+ ],
995
+ "images_options": [
996
+ "allowed"
997
+ ],
998
+ "name": "iPad (Gen 7)",
999
+ "group": "Mobile/Tablet",
1000
+ "platform": "iOS 13.1",
1001
+ "status": "normal"
1002
+ },
1003
+ "IPADGEN7DARK": {
1004
+ "orientation_options": [
1005
+ "vertical"
1006
+ ],
1007
+ "images_options": [
1008
+ "allowed"
1009
+ ],
1010
+ "name": "iPad (Gen 7) Dark",
1011
+ "group": "Mobile/Tablet",
1012
+ "platform": "iOS 13.1",
1013
+ "status": "normal"
1014
+ },
1015
+ "APPMAIL13": {
1016
+ "orientation_options": [
1017
+ "vertical"
1018
+ ],
1019
+ "images_options": [
1020
+ "allowed",
1021
+ "blocked"
1022
+ ],
1023
+ "name": "Apple Mail 13",
1024
+ "group": "Desktop",
1025
+ "platform": "macOS 10.15",
1026
+ "status": "normal"
1027
+ },
1028
+ "APPMAIL13DARK": {
1029
+ "orientation_options": [
1030
+ "vertical"
1031
+ ],
1032
+ "images_options": [
1033
+ "allowed",
1034
+ "blocked"
1035
+ ],
1036
+ "name": "Apple Mail 13 Dark",
1037
+ "group": "Desktop",
1038
+ "platform": "macOS 10.15",
1039
+ "status": "normal"
1040
+ },
1041
+ "IPADPRO11IN": {
1042
+ "orientation_options": [
1043
+ "vertical"
1044
+ ],
1045
+ "images_options": [
1046
+ "allowed"
1047
+ ],
1048
+ "name": "iPad Pro (11 inch)",
1049
+ "group": "Mobile/Tablet",
1050
+ "platform": "iOS 13.1",
1051
+ "status": "normal"
1052
+ },
1053
+ "OL365": {
1054
+ "orientation_options": [
1055
+ "vertical"
1056
+ ],
1057
+ "images_options": [
1058
+ "allowed",
1059
+ "blocked"
1060
+ ],
1061
+ "name": "OL Office 365",
1062
+ "group": "Desktop",
1063
+ "platform": "Windows 10",
1064
+ "status": "normal"
1065
+ },
1066
+ "OL365DARK": {
1067
+ "orientation_options": [
1068
+ "vertical"
1069
+ ],
1070
+ "images_options": [
1071
+ "allowed",
1072
+ "blocked"
1073
+ ],
1074
+ "name": "OL Office 365 Dark",
1075
+ "group": "Desktop",
1076
+ "platform": "Windows 10",
1077
+ "status": "normal"
1078
+ },
1079
+ "FFOUTLOOKCOMDARK": {
1080
+ "orientation_options": [
1081
+ "vertical"
1082
+ ],
1083
+ "images_options": [
1084
+ "allowed",
1085
+ "blocked"
1086
+ ],
1087
+ "name": "Outlook.com Dark",
1088
+ "group": "Web-based",
1089
+ "platform": "Firefox",
1090
+ "status": "normal"
1091
+ },
1092
+ "CHROMEOUTLOOKCOMDARK": {
1093
+ "orientation_options": [
1094
+ "vertical"
1095
+ ],
1096
+ "images_options": [
1097
+ "allowed",
1098
+ "blocked"
1099
+ ],
1100
+ "name": "Outlook.com Dark",
1101
+ "group": "Web-based",
1102
+ "platform": "Chrome",
1103
+ "status": "normal"
1104
+ },
1105
+ "ANDROID9GMAILAPP": {
1106
+ "orientation_options": [
1107
+ "vertical"
1108
+ ],
1109
+ "images_options": [
1110
+ "allowed"
1111
+ ],
1112
+ "name": "Gmail App",
1113
+ "group": "Mobile/Tablet",
1114
+ "platform": "Android 9.0",
1115
+ "status": "normal"
1116
+ },
1117
+ "IPHONESE2020": {
1118
+ "orientation_options": [
1119
+ "vertical"
1120
+ ],
1121
+ "images_options": [
1122
+ "allowed"
1123
+ ],
1124
+ "name": "iPhone SE (Gen 2)",
1125
+ "group": "Mobile/Tablet",
1126
+ "platform": "iOS 13.4",
1127
+ "status": "normal"
1128
+ },
1129
+ "ANDROID10GMAILAPP": {
1130
+ "orientation_options": [
1131
+ "vertical"
1132
+ ],
1133
+ "images_options": [
1134
+ "allowed"
1135
+ ],
1136
+ "name": "Gmail App",
1137
+ "group": "Mobile/Tablet",
1138
+ "platform": "Android 10.0",
1139
+ "status": "normal"
1140
+ },
1141
+ "ANDROID10GMAILAPPDARK": {
1142
+ "orientation_options": [
1143
+ "vertical"
1144
+ ],
1145
+ "images_options": [
1146
+ "allowed"
1147
+ ],
1148
+ "name": "Gmail App Dark",
1149
+ "group": "Mobile/Tablet",
1150
+ "platform": "Android 10.0",
1151
+ "status": "normal"
1152
+ },
1153
+ "GMAILIOSDARK": {
1154
+ "orientation_options": [
1155
+ "vertical"
1156
+ ],
1157
+ "images_options": [
1158
+ "allowed"
1159
+ ],
1160
+ "name": "Gmail App Dark",
1161
+ "group": "Mobile/Tablet",
1162
+ "platform": "iOS 14.2",
1163
+ "status": "normal"
1164
+ },
1165
+ "IPHONE11IOS14": {
1166
+ "orientation_options": [
1167
+ "vertical"
1168
+ ],
1169
+ "images_options": [
1170
+ "allowed"
1171
+ ],
1172
+ "name": "iPhone 11",
1173
+ "group": "Mobile/Tablet",
1174
+ "platform": "iOS 14.2",
1175
+ "status": "normal"
1176
+ },
1177
+ "IPHONE11IOS14DARK": {
1178
+ "orientation_options": [
1179
+ "vertical"
1180
+ ],
1181
+ "images_options": [
1182
+ "allowed"
1183
+ ],
1184
+ "name": "iPhone 11 Dark",
1185
+ "group": "Mobile/Tablet",
1186
+ "platform": "iOS 14.2",
1187
+ "status": "normal"
1188
+ },
1189
+ "IPHONE12DARK": {
1190
+ "orientation_options": [
1191
+ "vertical"
1192
+ ],
1193
+ "images_options": [
1194
+ "allowed"
1195
+ ],
1196
+ "name": "iPhone 12 Dark",
1197
+ "group": "Mobile/Tablet",
1198
+ "platform": "iOS 14.2",
1199
+ "status": "normal"
1200
+ },
1201
+ "IPHONE12": {
1202
+ "orientation_options": [
1203
+ "vertical"
1204
+ ],
1205
+ "images_options": [
1206
+ "allowed"
1207
+ ],
1208
+ "name": "iPhone 12",
1209
+ "group": "Mobile/Tablet",
1210
+ "platform": "iOS 14.2",
1211
+ "status": "normal"
1212
+ },
1213
+ "IPHONE12MINI": {
1214
+ "orientation_options": [
1215
+ "vertical"
1216
+ ],
1217
+ "images_options": [
1218
+ "allowed"
1219
+ ],
1220
+ "name": "iPhone 12 mini",
1221
+ "group": "Mobile/Tablet",
1222
+ "platform": "iOS 14.2",
1223
+ "status": "normal"
1224
+ },
1225
+ "IPHONE12MINIDARK": {
1226
+ "orientation_options": [
1227
+ "vertical"
1228
+ ],
1229
+ "images_options": [
1230
+ "allowed"
1231
+ ],
1232
+ "name": "iPhone 12 mini Dark",
1233
+ "group": "Mobile/Tablet",
1234
+ "platform": "iOS 14.2",
1235
+ "status": "normal"
1236
+ },
1237
+ "IPHONE12PROMAX": {
1238
+ "orientation_options": [
1239
+ "vertical"
1240
+ ],
1241
+ "images_options": [
1242
+ "allowed"
1243
+ ],
1244
+ "name": "iPhone 12 Pro Max",
1245
+ "group": "Mobile/Tablet",
1246
+ "platform": "iOS 14.2",
1247
+ "status": "normal"
1248
+ },
1249
+ "IPHONE12PROMAXDARK": {
1250
+ "orientation_options": [
1251
+ "vertical"
1252
+ ],
1253
+ "images_options": [
1254
+ "allowed"
1255
+ ],
1256
+ "name": "iPhone 12 Pro Max Dark",
1257
+ "group": "Mobile/Tablet",
1258
+ "platform": "iOS 14.2",
1259
+ "status": "normal"
1260
+ },
1261
+ "IPADAIRGEN4": {
1262
+ "orientation_options": [
1263
+ "vertical"
1264
+ ],
1265
+ "images_options": [
1266
+ "allowed"
1267
+ ],
1268
+ "name": "iPad Air (Gen 4)",
1269
+ "group": "Mobile/Tablet",
1270
+ "platform": "iOS 14.2",
1271
+ "status": "normal"
1272
+ },
1273
+ "APPMAIL14": {
1274
+ "orientation_options": [
1275
+ "vertical"
1276
+ ],
1277
+ "images_options": [
1278
+ "allowed",
1279
+ "blocked"
1280
+ ],
1281
+ "name": "Apple Mail 14",
1282
+ "group": "Desktop",
1283
+ "platform": "macOS 11.0",
1284
+ "status": "normal"
1285
+ },
1286
+ "APPMAIL14DARK": {
1287
+ "orientation_options": [
1288
+ "vertical"
1289
+ ],
1290
+ "images_options": [
1291
+ "allowed",
1292
+ "blocked"
1293
+ ],
1294
+ "name": "Apple Mail 14 Dark",
1295
+ "group": "Desktop",
1296
+ "platform": "macOS 11.0",
1297
+ "status": "normal"
1298
+ },
1299
+ "OL2019MACDARK": {
1300
+ "orientation_options": [
1301
+ "vertical"
1302
+ ],
1303
+ "images_options": [
1304
+ "allowed",
1305
+ "blocked"
1306
+ ],
1307
+ "name": "OL Office 365 Dark",
1308
+ "group": "Desktop",
1309
+ "platform": "macOS 10.15",
1310
+ "status": "normal"
1311
+ },
1312
+ "IPHONE13": {
1313
+ "orientation_options": [
1314
+ "vertical"
1315
+ ],
1316
+ "images_options": [
1317
+ "allowed"
1318
+ ],
1319
+ "name": "iPhone 13",
1320
+ "group": "Mobile/Tablet",
1321
+ "platform": "iOS 15.0",
1322
+ "status": "normal"
1323
+ },
1324
+ "IPHONE13DARK": {
1325
+ "orientation_options": [
1326
+ "vertical"
1327
+ ],
1328
+ "images_options": [
1329
+ "allowed"
1330
+ ],
1331
+ "name": "iPhone 13 Dark",
1332
+ "group": "Mobile/Tablet",
1333
+ "platform": "iOS 15.0",
1334
+ "status": "normal"
1335
+ },
1336
+ "IPHONE13PROMAX": {
1337
+ "orientation_options": [
1338
+ "vertical"
1339
+ ],
1340
+ "images_options": [
1341
+ "allowed"
1342
+ ],
1343
+ "name": "iPhone 13 Pro Max",
1344
+ "group": "Mobile/Tablet",
1345
+ "platform": "iOS 15.0",
1346
+ "status": "normal"
1347
+ },
1348
+ "IPHONE13PROMAXDARK": {
1349
+ "orientation_options": [
1350
+ "vertical"
1351
+ ],
1352
+ "images_options": [
1353
+ "allowed"
1354
+ ],
1355
+ "name": "iPhone 13 Pro Max Dark",
1356
+ "group": "Mobile/Tablet",
1357
+ "platform": "iOS 15.0",
1358
+ "status": "normal"
1359
+ },
1360
+ "IPADMINI6": {
1361
+ "orientation_options": [
1362
+ "vertical"
1363
+ ],
1364
+ "images_options": [
1365
+ "allowed"
1366
+ ],
1367
+ "name": "iPad mini (Gen 6)",
1368
+ "group": "Mobile/Tablet",
1369
+ "platform": "iOS 15.0",
1370
+ "status": "normal"
1371
+ },
1372
+ "IPADMINI6DARK": {
1373
+ "orientation_options": [
1374
+ "vertical"
1375
+ ],
1376
+ "images_options": [
1377
+ "allowed"
1378
+ ],
1379
+ "name": "iPad mini (Gen 6) Dark",
1380
+ "group": "Mobile/Tablet",
1381
+ "platform": "iOS 15.0",
1382
+ "status": "normal"
1383
+ },
1384
+ "APPMAIL15": {
1385
+ "orientation_options": [
1386
+ "vertical"
1387
+ ],
1388
+ "images_options": [
1389
+ "allowed"
1390
+ ],
1391
+ "name": "Apple Mail 15",
1392
+ "group": "Desktop",
1393
+ "platform": "macOS 12.0",
1394
+ "status": "normal"
1395
+ },
1396
+ "APPMAIL15DARK": {
1397
+ "orientation_options": null,
1398
+ "images_options": null,
1399
+ "name": "Apple Mail 15 Dark",
1400
+ "group": "Desktop",
1401
+ "platform": "macOS 12.0",
1402
+ "status": "normal"
511
1403
  }
512
1404
  }
513
- http_version:
514
- recorded_at: Mon, 20 Jun 2016 11:43:51 GMT
515
- recorded_with: VCR 2.9.3
1405
+ recorded_at: Wed, 10 Nov 2021 14:36:34 GMT
1406
+ recorded_with: VCR 6.0.0