作者 邓超

x

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