I noticed the following comparison in horde/lib/MIME/Part.php:187:
if (($disposition === 'inline') || ($disposition == 'attachment')) {
I'm curious why an identity comparison is used in the first test and
an equality comparison is used second.
--
Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)