else { $count =
$this->
pass($pass);
if( (!
$count) || ($count == -1
) ) { // Preserve the error generated by last() and pass()
return false;
} else return $count;
} } } function top ($msgNum,
$numLines = "0"
) { // Gets the header and first $numLines of the msg body
// returns data in an array with each returned line being
// an array element. If $numLines is empty, returns
// only the header information, and none of the body.
if(!
isset($this->FP
)) { $this->ERROR = "POP3 top: " .
_("No connection to server"
);
return false;
} $this->
update_timer();