作者 邓超

邮件时间

@@ -126,7 +126,7 @@ class Messager { @@ -126,7 +126,7 @@ class Messager {
126 $date = ''; 126 $date = '';
127 while (1){ 127 while (1){
128 $date .= array_shift($tokens); 128 $date .= array_shift($tokens);
129 - if(substr($date,-1)=='"') break; 129 + if($date!='"' && substr($date,-1)=='"') break;
130 $date.= ' '; 130 $date.= ' ';
131 } 131 }
132 $this->item[$msgno]->date = trim($date,'"'); 132 $this->item[$msgno]->date = trim($date,'"');