[Tickets #7309] Re: Incorrect parsing of MIME message

bugs at horde.org bugs at horde.org
Tue Sep 9 11:03:42 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7309
------------------------------------------------------------------------------
  Ticket             | 7309
  Updated By         | imp at laamanaama.helsinki.fi
  Summary            | Incorrect parsing of MIME message
  Queue              | IMP
  Version            | 4.2
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


imp at laamanaama.helsinki.fi (2008-09-09 07:03) wrote:

> The attached MIME message is incorrectly parsed by IMP 4.2, i.e. it
> is unable to display the alternative part. This is the first error I
> have noticed.
>
> The message contains 2 top-level multipart/alternative MIME-entities.
> The second entity recursively contains MIME-parts. IMP shows the
> second part as attachment icons, but only the XLS, PDF, PDF parts are
> visible and the text/html part are missing.
imp/config/mime_drivers.php:ssä

It turns out our configuration had:

$mime_drivers['imp']['html'] = array(
      'inline' => false,

Changing the value to "true" fixed the problem.










More information about the bugs mailing list