作者 邓超

邮件时间

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