Beispiel #1
0
 /**
  */
 protected function _syncMailbox()
 {
     /* QRESYNC would have already synced the mailbox. */
     if (empty($this->_init['enabled']['QRESYNC'])) {
         parent::_syncMailbox();
     }
 }