Summary | multipart/related message with related_cids unset |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 06/25/2011 (5140 days ago) |
Due | |
Updated | 08/03/2011 (5101 days ago) |
Assigned | |
Resolved | 07/12/2011 (5123 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #10275: Silence errors for related parts that don't contain anyrelated content
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/8e350f2789653215f4eb8bfd6116ccdf22729a0a
2011-08-03T09:16:45+03:00 WARN: HORDE [imp] PHP ERROR: Invalid
argument supplied for foreach() [pid 31347 on line 170 of
"/var/www/html/horde/imp/lib/Mime/Viewer/Html.php"]
2011-08-03T09:16:45+03:00 WARN: HORDE [imp] PHP ERROR: array_diff():
Argument
#1is not an array [pid 31347 on line 246 of"/var/www/html/horde/imp/lib/Mime/Viewer/Html.php"]
State ⇒ Resolved
Bug #10275: Ignore the base text/html part when calculating 'unused'cids parts
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6d5235f211ea6ec5761a8e5a18b5778de4942652
that I forgot what I really wanted to look for. The original problem
is that this message show a status message that it contains an
attachment that cannot be displayed inline (why?). I expect this to be
the text/plain part. But if I click the link to open it, I get the
text/html part instead, with a broken message and the error message
from my first comment in the logs.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ multipart/related message with related_cids unset
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
in IMP_Mime_Viewer_Html, line 170, because the related_cids meta data
is not set. AFAICS this would only be set in the related mime part
from the Related mime viewer, but the part is retrieved here directly
through IMP_Contents.