status; } /** * Sets the current state of the IMAP transport to the specified state. * * @param int $status */ public function setStatus( $status ) { $this->status = $status; } } ?>