| Summary | autoscroll folder list or scroll bar |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | Horde Developers, Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 02/11/2008 (90 days ago) |
| Due | |
| Updated | 04/09/2008 (32 days ago) |
| Assigned | |
| Resolved | 04/05/2008 (36 days ago) |
| Attachments | test.html ![]() |
| Milestone | |
| Patch |
> Your IMAP server is reporting both a 'shared.' and a '#shared.'
> namespace. According to your imap_config entry, you apparently have
> no need for the 'shared.' namespace. So you need to configure your
> IMAP server to stop broadcasting it.
Even if I manage to get courier-imap not to broadcast the 'shared.' namespace, IMP doesn't handle the '#shared.' namespace here. Without the 'imap_config' fields, IMP doesn't show shared folders.
State ⇒ Rejected
Your IMAP server is reporting both a 'shared.' and a '#shared.' namespace. According to your imap_config entry, you apparently have no need for the 'shared.' namespace. So you need to configure your IMAP server to stop broadcasting it.New Attachment: test.html
> Please report the output of the IMAP server information gathered from
> IMP's test.php script.
I've attach the output of test.php.
State ⇒ Feedback
Assigned to
Assigned to Michael Slusarz
Please report the output of the IMAP server information gathered from IMP's test.php script.I finally found why it didn't work for me.
I use courier-imap and shared folders. To be able to use shared folders, I had to modify our imp/config/server.php like this :
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'xx.x.x',
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'xxx.com',
'smtphost' => 'x.x.x.x',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'imap',
'params' => array(),
),
'acl' => array(
'driver' => 'rfc2086',
)
,
'imap_config' => array(
'children' => true,
'search_charset' => array(
'UTF-8' => true
),
'namespace' => array(
'' => array(
'name' => '',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
'#shared.' => array(
'name' => '#shared.',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
)
)
);
User's folders don't apear in the folder box, but shared folders do. I remove the imap_config section from server.php, user's folders apear in the folder box, but they don't see the shared folders.
I guess it's not a DIMP bug, but an IMP bug, IMP beeing not able to show shared folders without the imap_config setting. See
bug #5988.>> Is it possible to have a scroll bar on the folder side panel ? (like
>> in IMP). If you have more than about 20 folders, then you can't drag
>> and drop messages to folders as they don't appear on the screen.
>
> Yes you can. DIMP has had this feature for at least a year now.
>
>> Is it possible to have a scroll bar on the folder side panel ? (like
>> in IMP). If you have more than about 20 folders, then you can't drag
>> and drop messages to folders as they don't appear on the screen.
>
> Yes you can. DIMP has had this feature for at least a year now.
>
Are you saying that a scroll bar is suppose to appear between the folder list and messages list/view ?
Is there a setting/pref to enable ?
It doesn't work here. When I expand folders, firefox is adding a scroll bar on the main window and folders are showing under the "light blue zone". And when I scroll down using the right scroll bar, everything (top folders,email list and message view) disapear as expected.
I hope you're able to understand what I'm trying to describe.
Thanks,
Ronan
State ⇒ Rejected
> Is it possible to have a scroll bar on the folder side panel ? (like
> in IMP). If you have more than about 20 folders, then you can't drag
> and drop messages to folders as they don't appear on the screen.
Yes you can. DIMP has had this feature for at least a year now.
Queue ⇒ DIMP
Summary ⇒ autoscroll folder list or scroll bar
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ New
Hi all,
Is it possible to have a scroll bar on the folder side panel ? (like in IMP). If you have more than about 20 folders, then you can't drag and drop messages to folders as they don't appear on the screen.
I've seen ticket(s) about autoscrolling the folder list, but when I drag a message onto the folder list, the folder list doesn't autoscroll up or down.
I'm using the latest cvs and firefox 2.0.0.10
thanks,
Ronan.