[imp] sent-mail
   
    Gary Pitman
     
    gpitman@nb.net
       
    Thu, 18 Jan 2001 14:05:53 -0500
    
    
  
Stephan Grallert wrote:
> 
> OK, found the folder, but the other problem is, I can't create any folders
> with imp!
                             5.3.16 Users can't get at any folder other
than INBOX.
                             For the Cyrus and Courier-IMAP imap
servers, this is often caused by an incorrect setting in
                             horde/imp/config/defaults.php3. Make sure
you have the following: 
                                $default->personal_folders = 'INBOX.';
or for courier
                                $default->folders = 'INBOX.';
                             The trailing dot is required (and its
omission is usually the culprit!).