[Tickets #4857] Re: In certain conditions in folders.php the folders aren't showing
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 11 21:42:29 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4857
-----------------------------------------------------------------------
Ticket | 4857
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | In certain conditions in folders.php the folders aren't showing
Queue | IMP
Version | FRAMEWORK_3
Type | Bug
State | Not A Bug
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2007-01-11 21:42) wrote:
> Yes my Cyrus server supports the CHILDREN flag in response to
CAPABILITY.
I wasn't saying that was your issue. I was saying that I have seen issues
with c-client and IMAP servers before when they report one thing, but do
something different.
> I suspect that the problem isn't the IMAP server. Also I suspect
> that the problem is that the name of the two folders begin equal
> until the whitespace of 'test second'.
No, the problem is definitely with either your IMAP or c-client. The
first instance of 'test' reports an attribute mask of 64 -- which
corresponds to the constant:
LATT_HASNOCHILDREN (long) 0x40 = 64
So imap or c-client is reporting that test has no children. So obviously,
we are not going to continue polling that folder for children since it is
reporting it doesn't contain any.
More information about the bugs
mailing list