program/lib/Roundcube/rcube_imap_generic.php
@@ -690,7 +690,8 @@ list($code, $response) = $this->execute('NAMESPACE'); if ($code == self::ERROR_OK && preg_match('/^\* NAMESPACE /', $response)) { $data = $this->tokenizeResponse(substr($response, 11)); $response = substr($response, 11); $data = $this->tokenizeResponse($response); } if (!is_array($data)) {