/**
  * get folder ids of all inboxes for accounts of current user
  *
  * @return array
  */
 public function getAllInboxes()
 {
     return $this->_backend->getAllInboxes();
 }