Summary | IMP / DIMP display problems with some HTML email |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | liamr (at) umich (dot) edu |
Created | 03/05/2008 (6329 days ago) |
Due | |
Updated | 04/10/2008 (6293 days ago) |
Assigned | 03/05/2008 (6329 days ago) |
Resolved | 04/10/2008 (6293 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Since none of the devs can duplicate, you will need to debug on your
own.
http://marc.info/?l=horde-cvs&m=120607658204239&w=2
For the record, we were hitting PHP's pcre.backtrack_limit, new to PHP
5.2, which fails silently. Bad PHP.
State ⇒ Not A Bug
Since none of the devs can duplicate, you will need to debug on your
own.
being installed / enabled.
messages display properly. What other change between 5.2.3 and 5.2.5
could alter this behavior?
I tried reverting to PHP 5.2.3, w/imap built against 2006-h, which did
work.. so, I reinstalled 5.2.5, but kept the imap module from 5.2.3,
which surprisingly, didn't work.
Any other ideas?
got a number of versions in my build tree, I'll rebuild it against
something earlier.
message that users provided as being problematic. I am already
considering my install as a reference system. ;-) But honestly, I
would start with the most recent version first.
State ⇒ Feedback
parse the message for some reason.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: test.eml
Queue ⇒ IMP
Summary ⇒ IMP / DIMP display problems with some HTML email
Type ⇒ Bug
4.2RC2 / HEAD, or DIMP 1.0RC2 / HEAD (but is viewable in our currently
deployed IMP 4.0.5). Selecting the message brings up a blank message
page (with all the headers and stuff, but no content). We do see
"Show this HTML in a new window?", and selecting that opens a new
window with nothing in it. "View source" in the message page, or the
"new window" doesn't reveal the message text. "Message Source" does
reveal the text of the message, however.
No errors in the error log, nothing interesting in the horde log, and
no core dumps. PHP 5.2.5, IMAP 2007.
I've tried it both with the Tidy extension loaded and without. The
messages in question are multipart messages - HTML, with plain text
alternatives. The HTML portions have CSS embedded in them, rather
than calling on external style sheets.