Example #1
0
 public function testServerCapa()
 {
     $mail = new Protocol\Pop3($this->_params['host']);
     $this->assertTrue(is_array($mail->capa()));
 }