[imp] A Bug in IMP 3.1 ?
Darci Tartari
dtartari@portoriogrande.com.br
Wed, 03 Jul 2002 09:09:57 -0300
Jan Schneider wrote:
>Zitat von Darci Antônio Tartari <dtartari@portoriogrande.com.br>:
>
>> People, I am in final tests with my IMP 3.1 installation together with
>>Horde
>>2.1, Kronolith 1.0, turba 1.1, nag 1.0, passwd 2.0. You
>>are doing a fantastic job !!
>>
>> I saw a small problem... When a tried to rename a folder it says that
>>will
>>rename the folder below I choose. I mean the message says that will
>>rename the
>>wrong folder but in fact it renames the right folder. This situation only
>>
>>happen when I try to rename a folder. If you delete, empty folder or do
>>other
>>action there is no problem.
>>
>
>You have to provide more information to fix this. Above all your imap server
>and your 'folder' and 'namespace' settings. An example would be nice too.
>
>Jan.
>
I found an important detail .... It happen with with Internet
Explorer (6.0.2600.000 version). With Netscape (version 6.2.2) its
working good !
Example:
suppose you have the mail boxes test_1, test_2 and test_3 in
that order and you set test_2 to rename then a message will ask you if
you want to rename test_3 (why test_3 if I set test_2 ?). Then you
rename the folder test_3 as suggested by the message and what happen? It
renames test_2 as I was set at the beginning! It did the right thing
giving you a wrong information!
I am using Cyrus-Imapd-2.0.16_2, postfix-20010228.8_1,
MySQL-3.23.47, apache+mod_ssl-1.3.24+2.8.8+mod_php4-4.2.1_2 in a
FreeBSD 4.5 box.
Here my cyrus configuration:
$servers['cyrus'] = array(
'name' => 'Servidor Imap Cyrus',
'server' => 'localhost',
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'portoriogrande.com.br',
'realm' => '',
'preferred' => ''
);
Thanks in advance.
Darci Tartari