From c61f708d7d5ad305da6f958531c92316715794ff Mon Sep 17 00:00:00 2001 From: Michael Kliewe Date: Sun, 9 Dec 2018 20:06:16 +0100 Subject: [PATCH] Added message/rfc822 to mime_types.inc message/rfc822 is the mimetype if you forward an email as attachment (.eml) --- conf/mime_types.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mime_types.inc b/conf/mime_types.inc index e63dff09a..117770081 100644 --- a/conf/mime_types.inc +++ b/conf/mime_types.inc @@ -1352,6 +1352,7 @@ message/global-headers 0 message/http 0 message/imdn+xml 0 message/news 0 +message/rfc822 0 message/s-http 0 message/sip 0 message/sipfrag 0 -- 2.39.5