[bugs] [Bug 1191] New - setting namespace folder to mail/ works for all browsers except IE6.0SP1

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Mar 5 17:34:29 PST 2003


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

*** shadow/1191	Wed Mar  5 17:34:29 2003
--- shadow/1191.tmp.15444	Wed Mar  5 17:34:29 2003
***************
*** 0 ****
--- 1,56 ----
+ Bug#: 1191
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: All Browsers
+ OS/Version: Windows NT
+ Status: NEW   
+ Resolution: 
+ Severity: major
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck at horde.org                            
+ ReportedBy: ted at serreyn.com               
+ URL: 
+ Summary: setting namespace folder to mail/ works for all browsers except IE6.0SP1
+ 
+ using imap-2001a-1.72 on redhat 7.2
+ works with imp_version 3.1
+ broken with imp_version 3.2
+ 
+ used same settings in horde/imp/config/servers.php
+ 
+ 
+ $servers['imap'] = array(
+     'name' => 'IMAP Server',
+     'server' => 'imap.serreyn.com',
+     'protocol' => 'imap/notls',
+     'port' => 143,
+     'folders' => 'mail/',
+     'namespace' => '',
+     'maildomain' => 'serreyn.com',
+     'smtphost' => 'smtp.serreyn.com',
+     'realm' => 'serreyn.com',
+     'preferred' => ''
+ );
+ 
+ 
+ 
+ This works on ie5.5, galeon 1.2.6, netscape communicator 4.7.
+ 
+ This does NOT work on IE6SP1.
+ 
+ 
+ The symptom on ie6, is after loginng in, clicking on mail does not bring up page.
+ 
+ 
+ I have cleaned out my ie 6 cache.
+ 
+ If I set folders to '', it works in all cases including IE6SP1, but of course
+ you then see all files on home directory of user.  This is not the desired effect.
+ 
+ 
+ Please let me know if I can provide any additional information or a test account
+ to test this remotely.
+ 
+ 


More information about the bugs mailing list