Summary | Virtual Shared Folders are not shown |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | adsaman (at) gmail (dot) com |
Created | 03/03/2006 (7091 days ago) |
Due | |
Updated | 03/31/2006 (7063 days ago) |
Assigned | 03/05/2006 (7089 days ago) |
Resolved | 03/31/2006 (7063 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
the folder should be displayed twice. No one else seems to be
reporting this issue, so unless you can track down the reason locally
there's not much more we can do. All other issues in this ticket have
been resolved.
http://lists.horde.org/archives/cvs/Week-of-Mon-20060327/056317.html
My virtual shared folders are shown in the dropdown box. The only
issue that still wrong is the folder browser wich shows duplicate
shared folders.
Thank you.
Priority ⇒ 3. High
Version ⇒ HEAD
http://lists.horde.org/archives/cvs/Week-of-Mon-20060327/056317.html
Server implementations are permitted to "hide" otherwise
accessible mailboxes from the wildcard characters, by preventing
certain characters or names from matching a wildcard in certain
situations. For example, a UNIX-based server might restrict the
interpretation of "*" so that an initial "/" character does not
match.
*Not* a big fan of this at all. There is no way to determine, for
example, when a server is going to disregard a wildcard character
(technically speaking, an IMAP server could have its wildcards ignore
the letter 'a', for example, which completely goes against the idea of
a wildcard.)
Apparently, some servers (Courier IMAP seems to be a culprit) don't
advertise their shared folders when doing a 'LIST "" "*"' command on
the server. Thus, we need to go through all namespaces and do a
wildcard search on each one. Unfortunately, this will cause
duplicative IMAP searches on many IMAP servers (e.g., listing
namespace '' and then listing namespace 'shared.') but I guess there
is no way around it.
Bug 3690.$servers['alumnado'] = array(
'name' => 'Correo Alumnado',
'server' => 'mercurio4.alumnado.ull.es',
'hordeauth' => true,
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'maildomain' => 'alumnado.ull.es',
'smtphost' => 'smtp.alumnado.ull.es',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'courier'
),
);
folders (virtual and normals) are shown. But i still having two
problems:
1.) My normal shared folders are shown twice in the Folders Browser section
2.) The virtual shared folders (#shared) not are shown in the
dropdown box at the top right corner
New Attachment: bug_vshared_folders4.png
Hi, I was using Horde 3.0. I upgraded to Horde 3.1 and now my shared
folders (virtual and normals) are shown. But i still having two
problems:
1.) My normal shared folders are shown twice in the Folders Browser section
2.) The virtual shared folders (#shared) not are shown in the
dropdown box at the top right corner
using Horde 3.1+, and there have been many, many changes to the tree
code since Horde 3.0.x.
New Attachment: imptree_normal_shared_folders.txt
script and provide the output. I need the whole tree object to be
able to diagnose this issue.
I will send you virtual shared folders version a little bit late.
330 of the file /usr/share/horde3/imp/folders.php. The vector showed
in the image lacks of #shared.matematicas parent. I dont known if
that have any relation with the bug.
script and provide the output. I need the whole tree object to be
able to diagnose this issue.
New Attachment: bug_vshared_folders3.png
menus and browser. Only are shown in the dropdown box. With previous
versions the non virtual shared folders where shown properly.
Note: version of the courier imap server: 3.0.8
New Attachment: bug_vshared_folders2.png
With this version shared folders don't appear anywhere not in the left
menu nor at the folder browser nor at the dropdown box in the top
right corner.
In the attached image i added a print_r($imptree->_tree) in the line
330 of the file /usr/share/horde3/imp/folders.php. The vector showed
in the image lacks of #shared.matematicas parent. I dont known if that
have any relation with the bug.
representation in this ticket is the old 4.0 release. You will need
to correctly setup and test 4.1 (this includes updating your
servers.php file) and post another graphic before i will take another
look at this.
New Attachment: test.php_FRAMEWORK3.html
this version my shared folders do not appear absolutely.
State ⇒ Feedback
know how to get this information, IMP's test.php now returns the
namespace info - this happened after RC3 though so you will need a
copy of the latest code, e.g. http://snaps.horde.org/)
Since there have been numerous bugfixes dealing with namespace issues
since 4.0.4, reports from that branch don't do us much good.
State ⇒ Assigned
New Attachment: test.php.html
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
New Attachment: bug_vshared_folders.png
Queue ⇒ IMP
Summary ⇒ Virtual Shared Folders are not shown
Type ⇒ Bug
folder browser. Its only are shown in the dropdown box at the top
right corner. Using normal shared folders work.
Confirmed in version 4.1RC3 also.
[1] http://www.courier-mta.org/imap/?README.sharedfolders.html