Summary | login fails if no files in imap directory |
Queue | IMP |
Queue Version | 4.3.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | tenho (at) netland (dot) fi |
Created | 09/09/2009 (5752 days ago) |
Due | |
Updated | 09/16/2009 (5745 days ago) |
Assigned | |
Resolved | 09/09/2009 (5752 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
And if the INBOX doesn't exist on the remote server it is not an IMAP4
compatible server and IMP doesn't support it.
State ⇒ Not A Bug
supposed to auto-create a mailbox if it doesn't exist on the server
side?
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ login fails if no files in imap directory
Type ⇒ Bug
State ⇒ Unconfirmed
redirect.php in uri
Notice: Undefined index: % in /usr/share/horde/imp/lib/IMAP/Tree.php
on line 1377
if there's no any files or directories in directory used to store imap
-folders in imap server.
To simple fix for is just create empty file with touch, but I think
this should be dealed by imp itself.
Reloading page continues logging process as it should be done.