Example #1
0
 /**
  * return bool
  */
 function IsMailBoxEmpty()
 {
     return $this->_imapMail->isMailBoxEmpty();
 }