program/include/rcube_imap_generic.php
@@ -2538,7 +2538,7 @@ { unset($this->data['APPENDUID']); if (!$mailbox) { if ($mailbox === null || $mailbox === '') { return false; } @@ -2603,7 +2603,7 @@ { unset($this->data['APPENDUID']); if (!$mailbox) { if ($mailbox === null || $mailbox === '') { return false; } @@ -2612,6 +2612,7 @@ if (file_exists(realpath($path))) { $in_fp = fopen($path, 'r'); } if (!$in_fp) { $this->setError(self::ERROR_UNKNOWN, "Couldn't open $path for reading"); return false;