[imp] Messages in IMAP folders but i can't see them
Gilles
gilles at lesgaulois.net
Mon May 23 15:44:14 PDT 2005
hi,
i have the same probleme :-/ no logs errors , no warning...
my imap server is courier imapd
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => 'mailserver',
'smtphost' => 'mailserver',
'smtpport' => 25,
'realm' => 'mailserver',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
with horde v2.2 and imp v3.2 all is ok. i can see all messages.
thanks for help.
@quickeneen
Jose Marcio Martins da Cruz wrote:
>
> Hi,
>
> Fabrice B wrote:
>
>> Hi,
>>
>> I have a problem with my IMP 4.0.3:
>>
>> IMP shows me the correct number of messages in INBOX IMAP folder and
>> also others IMAP folders, but it can't display messages :
>> INBOX(80) : No messages
>>
>> I can see all subfolders, but all folders are blank !! I've tried to
>> edit servers.php and modify it, but it don't work but it works fine
>> with IMP 3.22 !!
>
>
> I have the same problem (and it seems that some other people too).
>
> I'm using cyrus imap.
>
> Messages appear correctly if I try to access them with mozilla and
> squirrelmail, but not IMP.
>
>> Can u see what's happen ?
>
>
> Let me know if you have a hint.
>
>>
>> I have an IMAP server : CYRUS v1.6.22 installed.
>> My servers.conf :
>>
>> $servers['imap'] = array(
>> 'name' => 'xxxxxx',
>> 'server' => MY SERVER,
>> 'hordeauth' =>'full',
>> 'protocol' => 'imap/notls',
>> 'port' => 143,
>> 'folders' => 'INBOX.',
>> 'namespace' => '',
>> //i've tried folders '' and 'INBOX/'
>> //i've tried namespace '' and 'INBOX.' and 'INBOX/'
>> //but it doesn't work :(
>>
>> 'maildomain' => MY DOMAIN,
>> 'smtphost' => MYSMTP,
>> 'smtpport' => 25,
>> 'realm' => '',
>> 'preferred' => MY PREFERRED,
>> 'dotfiles' => false,
>> 'hierarchies' => array()
>> );
>>
>> Can u see what can i do in order to use IMP ?
>>
>> Thanks in advance
>>
>> Fabrice B.
>>
More information about the imp
mailing list