errors = imap_errors(); } /** * Get IMAP errors * * @return array */ public function getErrors() { return $this->errors; } }