[Bug 578] New - Bug with preambleString() in imp/lib/IMP.php

bugs@bugs.horde.org bugs@bugs.horde.org
Wed, 17 Jan 2001 00:21:50 -0400


http://bugs.horde.org/show_bug.cgi?id=578

*** shadow/578	Wed Jan 17 00:21:50 2001
--- shadow/578.tmp.30407	Wed Jan 17 00:21:50 2001
***************
*** 0 ****
--- 1,33 ----
+ Bug#: 578
+ Product: Horde
+ Version: 2.3 Unstable
+ Platform: PHP Code
+ OS/Version: other
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: ying@zippydesign.com               
+ URL: 
+ Summary: Bug with preambleString() in imp/lib/IMP.php
+ 
+ When I have
+ 
+ $conf['server']['namespace'] = 'INBOX.';
+ 
+ in my imp/config/conf.php, the function preambleString() returns "INBOX.INBOX." 
+ which is incorrect.  However, when I have
+ 
+ $conf['server']['namespace'] = '';
+ 
+ in my imp/config/conf.php, preambleString() returns "INBOX.", which is 
+ correct.  In either case, the INBOX. prefix is *not* displayed in my folder 
+ listings or in the folder <SELECT> listboxes.  I am using CourierIMAP with 
+ Maildirs.
+ 
+ I also noticed that in folders.php, when creating folders with IMP::create, you 
+ do not use preambleString() to determine the folder prefix, but in compose.php 
+ you do use it.