示例#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());
 }