File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ const (
259259 apkMime mimeType = "application/vnd.android.package-archive"
260260 zipMime mimeType = "application/zip"
261261 jarMime mimeType = "application/java-archive"
262+ msgMime mimeType = "application/vnd.ms-outlook"
263+ docMime mimeType = "application/msword"
262264)
263265
264266// skipArchiverMimeTypes is a set of MIME types that should bypass archiver library processing because they are either
@@ -294,6 +296,8 @@ var skipArchiverMimeTypes = map[mimeType]struct{}{
294296 tclTextMime : {},
295297 tclMime : {},
296298 apkMime : {},
299+ msgMime : {},
300+ docMime : {},
297301}
298302
299303// selectHandler dynamically selects and configures a FileHandler based on the provided |mimetype| type and archive flag.
You can’t perform that action at this time.
0 commit comments