Subject: | Mime::Types missing image/pjpeg mime-type |
Date: | Fri, 07 Sep 2007 12:53:31 +0200 |
To: | bug-MIME-Types [...] rt.cpan.org |
From: | "Nicolas Mendoza" <nicolasm [...] opera.com> |
Hi the MIME::Types module is missing an entry for image/pjpeg, we had to
work around it like this:
# Workaround for MSIE6 sending image/pjpeg for JPEG images, wtf!
# http://www.webmasterworld.com/forum88/5931.htm
# The MIME::Types modules does not list it:
# http://search.cpan.org/src/MARKOV/MIME-Types-1.20/lib/MIME/Types.pm
# -- nicolasm 2007-08-06
if ($ctype eq 'image/pjpeg') {
$ctype = 'image/jpeg';
}
Would be nice if you added it to the list ;) Thanks!
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/