[Tickets #3371] Can't reply, reply-to-list, reply-all, forward, or redirect

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Jan 31 19:29:39 PST 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=3371
-----------------------------------------------------------------------
 Ticket             | 3371
 Updated By         | Ben Chavet <ben at horde.org>
 Summary            | Can't reply, reply-to-list, reply-all, forward, or redirect
 Queue              | IMP
 Version            | HEAD
 State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Ben Chavet <ben at horde.org> (2006-01-31 19:29) wrote:

Ok, now I'm at a loss...

I've tracked this problem to IMP_MailboxCache::retrieve() line 246.  For
some reason imap_fetchstructure returns false, instead of the expected
object.  At that point the pertinent variables are set to the following
values:

$mailbox: Junk E-mail

$msgids:
array(1) {
  [0]=>
  string(4) "1577"
}

$mask: 16

$_SESSION['imp']['stream']:
resource(50) of type (imap)

$val: 1577

and imap_fetchstructure gives the following warning, and returns
bool(false):

Warning: imap_fetchstructure(): No body information available in
/home/ben/public_html/horde/HEAD/imp/lib/IMAP/MailboxCache.php on line 253

What really gets me is that when viewing the message, the same function call
with the same values returns the expected object...

I'm pretty sure this is not a problem with imp/horde at this point, and will
close the ticket.  But, does anybody have any ideas what might be going on?

Oh, and fwiw, when viewing the mailbox listing, I get a bunch of those same
warnings from imap_fetchstructure (one for each message)




More information about the bugs mailing list