Example #1
0
 public function testFetchTopBody()
 {
     $mail = new Zend_Mail_Pop3($this->_params);
     $content = $mail->getHeader(3, 1)->getContent();
     $this->assertEquals('Fair river! in thy bright, clear flow', trim($content));
 }