mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
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
|
'dot' => 'application/msword',//added by skwashd
|
||||||
'dvi' => 'application/x-dvi',
|
'dvi' => 'application/x-dvi',
|
||||||
'dxr' => 'application/x-director',
|
'dxr' => 'application/x-director',
|
||||||
|
'eml' => 'message/rfc822', // thunderbird single mail export format
|
||||||
'eps' => 'application/postscript',
|
'eps' => 'application/postscript',
|
||||||
'etx' => 'text/x-setext',
|
'etx' => 'text/x-setext',
|
||||||
'exe' => 'application/octet-stream',
|
'exe' => 'application/octet-stream',
|
||||||
|
Loading…
Reference in New Issue
Block a user