/**
  * @return bool
  */
 function SynchronizeFolders()
 {
     return $this->_account->MailProtocol == MAILPROTOCOL_IMAP4 && $this->MailStorage->Connect() && $this->MailStorage->SynchronizeFolders();
 }
Example #2
0
 /**
  * @return bool
  */
 function SynchronizeFolders()
 {
     return $this->MailStorage->Connect() && $this->MailStorage->SynchronizeFolders();
 }