| | |
| | | <?php |
| | | |
| | | /* |
| | | /** |
| | | +-----------------------------------------------------------------------+ |
| | | | program/include/rcmail.php | |
| | | | | |
| | |
| | | // 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; |
| | | } |
| | | } |
| | |
| | | } |
| | | else { |
| | | $error = 'servererrormsg'; |
| | | $args = array('msg' => $err_str); |
| | | $args = array('msg' => rcube::Q($err_str)); |
| | | } |
| | | } |
| | | else if ($err_code < 0) { |