6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/8/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12174] Can't create new folders via Ingo app
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. .. ,.__..__ (__ | | \./ | |[__) .__)|/\| | |__|[__)
Comment
> We're using: > horde 5.0.4 > imp 6.0.4 > ingo 3.0.3 > > Ingo uses imap as a backend. Other backends - ldap, sieve and others > are disabled. > > When I try to create new rule that moves an email to a specific new > mailbox, create new mailbox function doesn't work. An error "Could > not validate IMAP mailbox." is shown after trying to save new rule. > > I can create new mailboxes via IMP or other mail clients, but not via INGO. > > The problem looks very similar to http://bugs.horde.org/ticket/10282 . > > If I apply these changes to ingo/lib/Ingo.php , everything works fine then: > > static public function validateFolder(Horde_Variables $vars, $name) > if (isset($vars->$new_id)) { > if ($GLOBALS['registry']->hasMethod('mail/createMailbox') && > -- $GLOBALS['registry']->call('mail/createMailbox', > $vars->$new_id)) { > ++ $GLOBALS['registry']->call('mail/createMailbox', > array('mailbox' => Horde_String::convertCharset($vars->$new_id, > 'UTF-8', 'UTF7-IMAP')))) {
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers