forked from extern/egroupware
"patch from Nigel Vickers and me, to prevent recursed getclosingbraces walking over a double stop delimeter"
This commit is contained in:
parent
97830ca51f
commit
8e9aae494b
@ -2314,6 +2314,7 @@ class Net_IMAPProtocol {
|
||||
$str_line_aux = $this->_getSubstr( $str_line , $pos );
|
||||
$pos_aux = $this->_getClosingBracesPos( $str_line_aux );
|
||||
$pos+=$pos_aux;
|
||||
if ($pos == $len-1) break;
|
||||
}
|
||||
}
|
||||
if( $str_line[$pos] != $stopDelim ){
|
||||
|
Loading…
Reference in New Issue
Block a user