may be we should deprecate MIMEType then.
Since now Zinc is in :)
>> I guess and represent the content type of a file. For a description of what is MIME, see
>> http://en.wikipedia.org/wiki/Internet_media_type
>> http://en.wikipedia.org/wiki/MIME
>>
>> Examples:
>>
>> MIMEType forFileNameReturnMimeTypesOrDefault: 'index.html'.
>>
>> MIMEType fromMIMEString: 'application/zip'.
>
> However, MIMEType does not properly deal with extra parameters, as in 'text/plain;charset=utf-8'.
> It also does not 'know' very much.
> That is why there is a ZnMimeType.
>
> Sven