feature #34119 [Mime] Added MimeType for "msg" (LIBERT Jérémy)

This PR was submitted for the 4.3 branch but it was merged into the 5.1-dev branch instead (closes #34119).

Discussion
----------

[Mime] Added MimeType for "msg"

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

d6ccd4c40f Added MimeType for ".msg"
This commit is contained in:
Fabien Potencier 2019-11-30 14:04:32 +01:00
commit 39ba678e83

View File

@ -526,6 +526,7 @@ final class MimeTypes implements MimeTypesInterface
'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'],
@ -2374,6 +2375,7 @@ final class MimeTypes implements MimeTypesInterface
'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'],