aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2023-11-28 17:12:21 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2023-11-28 17:12:21 +0100
commitdea865d24737b00ed17854513138faa5d8acbdbb (patch)
tree008b3ae4958c18b7e3ab2dc1c3312e2a3d15ed3a /resources
parent3365c87dd4a0d769c0451c5fb07b1c18402b5e6c (diff)
downloadnextcloud-server-dea865d24737b00ed17854513138faa5d8acbdbb.tar.gz
nextcloud-server-dea865d24737b00ed17854513138faa5d8acbdbb.zip
fix: add mimetype for eml and msg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypemapping.dist.json2
1 files changed, 2 insertions, 0 deletions
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"],