Skip to content

Commit

Permalink
Added MimeType for ".msg"
Browse files Browse the repository at this point in the history
  • Loading branch information
LIBERT Jérémy authored and fabpot committed Nov 30, 2019
1 parent 04d6d8d commit d6ccd4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Mime/MimeTypes.php
Expand Up @@ -526,6 +526,7 @@ public function guessMimeType(string $path): ?string
'application/vnd.ms-ims' => ['ims'],
'application/vnd.ms-lrm' => ['lrm'],
'application/vnd.ms-officetheme' => ['thmx'],
'application/vnd.ms-outlook' => ['msg'],
'application/vnd.ms-pki.seccat' => ['cat'],
'application/vnd.ms-pki.stl' => ['stl'],
'application/vnd.ms-powerpoint' => ['ppt', 'pps', 'pot', 'ppz'],
Expand Down Expand Up @@ -2374,6 +2375,7 @@ public function guessMimeType(string $path): ?string
'mseed' => ['application/vnd.fdsn.mseed'],
'mseq' => ['application/vnd.mseq'],
'msf' => ['application/vnd.epson.msf'],
'msg' => ['application/vnd.ms-outlook'],
'msh' => ['model/mesh'],
'msi' => ['application/x-msdownload', 'application/x-msi'],
'msl' => ['application/vnd.mobius.msl'],
Expand Down

0 comments on commit d6ccd4c

Please sign in to comment.