program/include/rcmail.php
@@ -1584,7 +1584,7 @@ // skip folders in which it isn't possible to create subfolders if (!empty($opts['skip_noinferiors'])) { $attrs = $this->storage->folder_attributes($folder['id']); if ($attrs && in_array('\\Noinferiors', $attrs)) { if ($attrs && in_array_nocase('\\Noinferiors', $attrs)) { continue; } } @@ -1820,7 +1820,7 @@ } else { $error = 'servererrormsg'; $args = array('msg' => $err_str); $args = array('msg' => rcube::Q($err_str)); } } else if ($err_code < 0) {