added eml as extension for message/rfc822 for mimetype guessing/determination

This commit is contained in:
Klaus Leithoff 2010-10-26 09:23:55 +00:00
parent 3dccac6ce4
commit 279e22bc0d

View File

@ -260,6 +260,7 @@ class mime_magic
'dot' => 'application/msword',//added by skwashd
'dvi' => 'application/x-dvi',
'dxr' => 'application/x-director',
'eml' => 'message/rfc822', // thunderbird single mail export format
'eps' => 'application/postscript',
'etx' => 'text/x-setext',
'exe' => 'application/octet-stream',