Beispiel #1
0
 /**
  * Keep the server busy.
  *
  * @return null
  * @throws \Zend\Mail\Storage\Exception
  */
 public function noop()
 {
     if (!$this->_protocol->noop()) {
         throw new Exception\RuntimeException('could not do nothing');
     }
 }