8000 Added MimeType for ".msg" · symfony/symfony@d6ccd4c · GitHub
[go: up one dir, main page]

Skip to content

Co 8000 mmit d6ccd4c

Browse files
LIBERT Jérémyfabpot
LIBERT Jérémy
authored andcommitted
Added MimeType for ".msg"
1 parent 04d6d8d commit d6ccd4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Mime/MimeTypes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ public function guessMimeType(string $path): ?string
526526
'application/vnd.ms-ims' => ['ims'],
527527
'application/vnd.ms-lrm' => ['lrm'],
528528
'application/vnd.ms-officetheme' => ['thmx'],
529+
'application/vnd.ms-outlook' => ['msg'],
529530
'application/vnd.ms-pki.seccat' => ['cat'],
530531
'application/vnd.ms-pki.stl' => ['stl'],
531532
'application/vnd.ms-powerpoint' => ['ppt', 'pps', 'pot', 'ppz'],
@@ -2374,6 +2375,7 @@ public function guessMimeType(string $path): ?string
23742375
'mseed' => ['application/vnd.fdsn.mseed'],
23752376
'mseq' => ['application/vnd.mseq'],
23762377
'msf' => ['application/vnd.epson.msf'],
2378+
'msg' => ['application/vnd.ms-outlook'],
23772379
'msh' => ['model/mesh'],
23782380
'msi' => ['application/x-msdownload', 'application/x-msi'],
23792381
'msl' => ['application/vnd.mobius.msl'],

0 commit comments

Comments
 (0)
0