[imp] Re: horde-3.0.3, imp-4.0.2 email list problem

Craig White craigwhite at azapple.com
Mon Mar 21 11:39:53 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



More information about the imp mailing list