| Summary | autoscroll folder list or scroll bar |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 02/11/2008 (6552 days ago) |
| Due | |
| Updated | 04/09/2008 (6494 days ago) |
| Assigned | |
| Resolved | 04/05/2008 (6498 days ago) |
| Milestone | |
| Patch | No |
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.
namespace, IMP doesn't handle the '#shared.' namespace here. Without
the 'imap_config' fields, IMP doesn't show shared folders.
State ⇒ Rejected
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
IMP's test.php script.
Assigned to Michael Slusarz
Assigned to
State ⇒ Feedback
IMP's test.php script.
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.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.
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.
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
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.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ autoscroll folder list or scroll bar
Queue ⇒ DIMP
State ⇒ New
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.