[bugs] [Bug 1117] New - INBOX.INBOX.sent-mail folder created with courier IMAP

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Dec 4 21:01:13 2002


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

*** shadow/1117	Wed Dec  4 17:01:13 2002
--- shadow/1117.tmp.31990	Wed Dec  4 17:01:13 2002
***************
*** 0 ****
--- 1,37 ----
+ Bug#: 1117
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: Netscape 4.5
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: major
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: patrick.timmons@polymtl.ca               
+ URL: 
+ Summary: INBOX.INBOX.sent-mail folder created with courier IMAP
+ 
+ Horde 2.1 from patch over horde 2.0, IMP 3.1 from patch over IMP 3.0.
+ 
+ IMAP server is Courier IMAP.
+ $servers['pop3'] = array(
+     'name' => '@polymtl.ca',
+     'server' => 'pop3.polymtl.ca',
+     'protocol' => 'imap',
+     'port' => 143,
+     'folders' => 'INBOX.',
+     'namespace' => 'INBOX.',
+     'maildomain' => 'polymtl.ca',
+     'smtphost' => 'smtp.polymtl.ca',
+     'realm' => 'pop3.polymtl.ca',
+     'preferred' => ''
+ );
+ 
+ Bad name for sent-mail folder when created through identities option. File name
+ becomes INBOX.INBOX.sent-mail on server filesystem.
+ 
+ Creation through folders.php creates ok but can't select as sent-mail folder in
+ identities option. New folder with incorrect name is always created.


More information about the bugs mailing list