Am Donnerstag, 1. September 2005 17:28 schrieb Ola Lundqvist: > Hello
Hi! > > If (and only if) I use the folder prefix during login ("INBOX", using > > Courier IMAP server) then the sidebar with the folders is not shown in > > the browser. In the apache logs, the apache process which provides > > this HTML frame is killed with SIGSEGV. Using the PHP debugger "apd", > > I see an endless loop in the functions > > Shouldn't the folder previs be INBOX. ? > Thanks for the analyze. You're welcome :) If I use INBOX. (with trailing dot) it does not loop and then get killed. Only when using INBOX without the dot. However, using "INBOX." and "" (nothing) does not make any difference in the folder display. In both cases, the folders are all subfolders of INBOX. Here's my config (imp4/servers.conf): $servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'localhost', 'hordeauth' => false, 'protocol' => 'imap/notls', 'port' => 143, 'folders' => '', 'namespace' => 'INBOX.', 'maildomain' => 'spamfreemail.de', 'smtphost' => 'localhost', 'smtpport' => 25, 'realm' => '', 'preferred' => '', 'dotfiles' => false, 'hierarchies' => array() ); -- Dipl.-Ing. Jens Benecke http://www.hitchhikers.de - Europas kostenlose Mitfahrzentrale seit 1998 http://www.rb-hosting.de - Webhosting mit Extras - PHP ab €9 - SSH ab €19 http://www.spamfreemail.de - 100% saubere Postfächer, garantiert!