Skip to content

Commit 8a9b687

Browse files
authored
Fix .MSG files (MS Outlook Mail Exports) (#11)
2 parents c55a810 + 56e9f63 commit 8a9b687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ApacheMimetypeHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public function getMimetypeFromExtension($extension)
128128
'yaml' => 'text/yaml',
129129
'yml' => 'text/yaml',
130130
'zip' => 'application/zip',
131+
'msg' => 'application/vnd.ms-outlook',
131132
];
132133

133134
$extension = strtolower($extension);

0 commit comments

Comments
 (0)