[#6662] Cannot see virtual shared folder with courier-imap
Summary Cannot see virtual shared folder with courier-imap
Queue IMP
Queue Version HEAD
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester pascal (dot) poudrier (at) geothentic (dot) com
Created 04/29/2008 (18 days ago)
Due
Updated 05/01/2008 (16 days ago)
Assigned 04/29/2008 (18 days ago)
Resolved 05/01/2008 (16 days ago)
Attachments
Milestone
Patch

History
05/01/2008 Jan Schneider Comment #10 Reply to this comment
Duplicate of bug #5988.
05/01/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #9 Reply to this comment
I've been through the code and I the IMP_Tree class, the init method build correctly the folder array, including the shared one. But after that, the build method is called and this one only return the INBOX structure and there nothing from shared folder is returned in the imp/folder.php.

05/01/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #8 Reply to this comment
>> Have you read http://wiki.horde.org/ImpImapConfig ?
>
> Yes, this is my problem. I need to figure out what is my server
> config. Can you help me with that ?
>
> Thank's

Ok, I got how it's working and this is not my problem. I put a trace on the $elt array in lib/IMAP/Tree.php on line 1133 (_setAttribute function). I can see all the shared folder but they don't get displayed.

I still have this Notice :
"Notice: Undefined index: a in /var/www/localhost/htdocs/horde2/imp/lib/IMAP/Tree.php on line 1135"

Is there anything else I can look for ?

Thank's
05/01/2008 Chuck Hagenbuch Comment #7
State ⇒ Not A Bug
Reply to this comment
Please use the mailing lists for support questions - I, or more likely someone else, will be able/happy to help you there.
05/01/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #6 Reply to this comment
> Have you read http://wiki.horde.org/ImpImapConfig ?

Yes, this is my problem. I need to figure out what is my server config. Can you help me with that ?

Thank's
04/30/2008 Chuck Hagenbuch Comment #5 Reply to this comment
04/30/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #4 Reply to this comment
>> Are you really using Horde 2.x? What IMP version?
>
> I use Horde 3.2RC3 and IMP-CVS (latest from the repository).
> Everything was working fine with the latest stable release
> (horde-webmail 1.0)
I forgot to tell you that I upgraded from horde-webmail 1.0.

I did a test this morning trying to reinstall everything and I still have the same problem.
04/29/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #3 Reply to this comment
> Are you really using Horde 2.x? What IMP version?

I use Horde 3.2RC3 and IMP-CVS (latest from the repository).
Everything was working fine with the latest stable release (horde-webmail 1.0)
04/29/2008 Chuck Hagenbuch Comment #2
Priority ⇒ 2. Medium
State ⇒ Feedback
Reply to this comment
Are you really using Horde 2.x? What IMP version?
04/29/2008 pascal (dot) poudrier (at) geothentic (dot) com Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Cannot see virtual shared folder with courier-imap
Type ⇒ Bug
Priority ⇒ 3. High
State ⇒ Unconfirmed
Reply to this comment
I cannot see any virtual shared folder using courier-imap

I'm getting this error when I regenerate folder list :

Notice: Undefined index: a in /var/www/localhost/htdocs/horde2/imp/lib/IMAP/Tree.php on line 1135

If I put an echo just before this line, I can see the shared folder but they are not displayed on the tree view.