作者 邓超

x

... ... @@ -1104,7 +1104,7 @@ class Imap {
throw new \Exception('request bad:'.$line);
}
}else{
if(strpos($line,'* ') !==0 ){
if(!preg_match("/^\*\s\w/",$line)){
$append = true;
}
}
... ...