Fix of really fix UNKNOWN-CTE handling

pull/252/head
Bartlomiej Nogas 10 years ago committed by Aleksander Machniak
parent 7653ed107e
commit 281ca0ea2a

@ -2530,7 +2530,6 @@ class rcube_imap_generic
return false;
}
$initiated = false;
$binary = true;
do {
@ -2693,7 +2692,7 @@ class rcube_imap_generic
}
}
}
} while (!$this->startsWith($line, $key, true));
} while (!$this->startsWith($line, $key, true) || !$initiated);
if ($result !== false) {
if ($file) {

Loading…
Cancel
Save