[imp] Re: imp Digest, Vol 1051, Issue 4

ryan lauterbach ryan at rynix.net
Tue Mar 22 00:09:27 PST 2005


> On Mon, 2005-03-21 at 19:37 +0000, ryan lauterbach wrote:
>> Hi,
>>
>> I've installed horde, turba, kronolith, and imp.  All is working except 
>> for the IMP folder lists from the imap server (courier).  I see all my 
>> folders properly, including the read and unread message count, but when I 
>> click on the folders I get "There are no messages in this mailbox".
>>
>> I am running php-4.3.10 and I have built that against practically every 
>> version of c-client from imap-2001a to imap-2004c1.
>>
>> I have fiddled with the folders and namespace params in servers.php 
>> including the 'INBOX.' which is supposed to work for courier (and does on 
>> the 2.x releases of IMP).  I've set of folders to 'INBOX.' and left 
>> namespace blank, and vice versa.  I've also left both of them blank.
>>
>> I am stuck as to what to try or how to debug.  Also, is there a way to 
>> search this list somehow, which I would have done but didn't see a search 
>> utility where I signed up.
>>
>> OS: RedHat 9
>> PHP: 4.3.10 (upgraded from 4.3.8 for good measure) compiled as cgi
>> Imap C-client: All of em
>> Horde: 3.0.3
>> Imap: 4.0.2
>>
>> // servers.php
>> $servers['imap'] = array(
>>     'name' => 'Mail Server',
>>     'server' => 'localhost',
>>     'hordeauth' => false,
>>     'protocol' => 'imap',
>>     'port' => 143,
>>     'folders' => 'INBOX.',
>>     'namespace' => '',
>>     'maildomain' => '',
>>     'smtphost' => 'localhost',
>>     'smtpport' => 25,
>>     'realm' => '',
>>     'preferred' => '',
>>     'dotfiles' => true,
>>     'hierarchies' => array()
>> );
> ----
> try
> 'protocol' => 'imap/notls',
> or
> 'protocol' => 'imap/ssl/novalidate-cert',
>
> Craig
>
>

I've tried that, authentication is working fine anyways, its just the 
displaying of actual messages in a folder thats not working.  The folders 
are being displayed correctly.

Any other ideas?

Ryan 



More information about the imp mailing list