作者 邓超

x

@@ -1214,6 +1214,10 @@ class Imap { @@ -1214,6 +1214,10 @@ class Imap {
1214 if(!preg_match("/^\*\s\w/",$line)){ 1214 if(!preg_match("/^\*\s\w/",$line)){
1215 $append = true; 1215 $append = true;
1216 } 1216 }
  1217 + // * 564 FETCH (
  1218 + if(!preg_match("/^\*\s\d+\sFETCH\s\(/",$line)){
  1219 + $append = true;
  1220 + }
1217 } 1221 }
1218 1222
1219 // 结果数组 1223 // 结果数组