forked from extern/egroupware
added eml as extension for message/rfc822 for mimetype guessing/determination
This commit is contained in:
parent
3dccac6ce4
commit
279e22bc0d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user