[Tickets #9644] Re: Every message displays as empty
bugs at horde.org
bugs at horde.org
Fri Mar 11 21:10:08 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9644
------------------------------------------------------------------------------
Ticket | 9644
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Every message displays as empty
Queue | IMP
Version | 5.0-ALPHA1
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-03-11 21:10) wrote:
> Array
> (
> [368578] => Horde_Imap_Client_Data_Fetch Object
> (
> [_data:protected] => Array
> (
> [14] => 866
> [13] => 368578
> [6] => Array
> (
> [1.2] => Array
> (
> [d] =>
> [t] => Resource id #157
> )
>
> )
>
> )
>
> )
>
> )
This looks entirely correct. A BODYPART fetch from UID 368578 is
returning bodytext (Resource id #157).
You can do further debugging in imp/lib/Contents.php around line 492
(this is where the "This part is empty" status message is being set).
The data is written to the resource stream in Horde_Imap_Client_Socket
line 3705. So you can also poke around there.
More information about the bugs
mailing list