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