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-29 12:39:07 +0100
commit6ab3b061d3147a11e73a5e9261f4e2e3873803ac (patch)
tree55838af4f15d471ef11003e282ba2b5c8a3a2fc4 /resources
parent8a4136dadfd567e1a345efe96da198a4ceea8cf4 (diff)
downloadnextcloud-server-6ab3b061d3147a11e73a5e9261f4e2e3873803ac.tar.gz
nextcloud-server-6ab3b061d3147a11e73a5e9261f4e2e3873803ac.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"],