| Summary | Create new folder error |
| Queue | Ingo |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | guilleva (at) gmail (dot) com |
| Created | 04/18/2006 (7144 days ago) |
| Due | |
| Updated | 04/19/2006 (7143 days ago) |
| Assigned | 04/19/2006 (7143 days ago) |
| Resolved | 04/19/2006 (7143 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
was fixed with Ingo.
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Create new folder error
Queue ⇒ Ingo
when I try to create new rule and I select "Deliver to folder" then
"Create new folder" an error is displayed: "Invalid mailbox name"
Maybe, in function Ingo::createFolder should call to
"IMP::appendNamespace" like this:
require_once INGO_BASE . '/../imp/lib/IMP.php';
return $registry->call('mail/createFolder', array('folder' =>
IMP::appendNamespace( String::convertCharset($folder,
NLS::getCharset(), 'UTF7-IMAP'))));