Example #1
0
 /**
  * Keep the server busy.
  *
  * @throws \Zend\Mail\Protocol\Exception\RuntimeException
  */
 public function noop()
 {
     $this->protocol->noop();
 }
Example #2
0
File: Pop3.php Project: rexmac/zf2
 /**
  * Keep the server busy.
  *
  * @return null
  * @throws \Zend\Mail\Protocol\Exception
  */
 public function noop()
 {
     return $this->_protocol->noop();
 }