コード例 #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());
 }