Example #1
0
 /**
  * This returns the number of messages that the current mailbox contains.
  *
  * @return int
  */
 public function numMessages()
 {
     return $this->imap->numMsg($this->getImapStream());
 }