Exemplo n.º 1
0
 /**
  * @return \MailSo\Mail\MailClient
  *
  * @throws \MailSo\Net\Exceptions\Exception
  */
 public function Disconnect()
 {
     $this->oImapClient->Disconnect();
     return $this;
 }