[bugs] [Bug 1110] Changed - Creating Folder Gives Error "Invalid Mailbox Name"

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Apr 24 16:22:44 PDT 2003


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

*** shadow/1110	Fri Nov 22 13:05:42 2002
--- shadow/1110.tmp.21764	Thu Apr 24 15:22:44 2003
***************
*** 31,33 ****
--- 31,58 ----
  At the least. What version of IMP, what IMAP server, what your IMAP server's
  logs say when you try to create the folder, whether things work properly in
  another IMAP client, what your $servers settings are...
+ 
+ ------- Additional Comments From guillaume at pcl.fr  04/24/03 15:22 -------
+ I have the same problem on mine. I have the same error, while on
+ Windows-based IMAP clients, this works fine.
+ 
+ Config:
+   PHP 4.3.1
+   Horde 2.2.1
+   IMP 3.2.1
+   Courier-IMAP 1.7.1
+ 
+ Settings:
+ $servers['imap'] = array(
+     'name' => 'IMAP Server',
+     'server' => 'imap.example.com',
+     'protocol' => 'imap',  // 'imap/notls'
+     'port' => 143,
+     'folders' => 'Maildir/',
+     'namespace' => '',
+     'maildomain' => 'example.com',
+     'smtphost' => 'smtp.example.com',
+     'realm' => 'example.com',
+     'preferred' => ''
+ );
+ 


More information about the bugs mailing list