Example #1
0
 /**
  * @return \MailSo\Mail\MailClient
  *
  * @throws \MailSo\Net\Exceptions\Exception
  */
 public function Logout()
 {
     $this->oImapClient->Logout();
     return $this;
 }