From dea865d24737b00ed17854513138faa5d8acbdbb Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 28 Nov 2023 17:12:21 +0100 Subject: fix: add mimetype for eml and msg Signed-off-by: Daniel Kesselberg --- resources/config/mimetypemapping.dist.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 47b207d6bcc..b28dd42cd1e 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -53,6 +53,7 @@ "dotx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.template"], "dv": ["video/dv"], "emf": ["image/emf"], + "eml": ["message/rfc822", "text/plain"], "eot": ["application/vnd.ms-fontobject"], "eps": ["application/postscript"], "epub": ["application/epub+zip"], @@ -122,6 +123,7 @@ "mpeg": ["video/mpeg"], "mpg": ["video/mpeg"], "mpo": ["image/jpeg"], + "msg": ["application/x-ole-storage", "text/plain"], "msi": ["application/x-msi"], "mt2s": ["video/MP2T"], "mts": ["video/MP2T"], -- cgit v1.2.3