예제 #1
0
파일: Server.php 프로젝트: komex/fetch
 /**
  * This returns the number of messages that the current mailbox contains.
  *
  * @return int
  */
 public function numMessages()
 {
     return $this->imap->numMsg($this->getImapStream());
 }