Esempio n. 1
0
 /**
  * @return array
  */
 public function AjaxFoldersGetList()
 {
     $oAccount = $this->getAccountFromParam();
     return $this->DefaultResponse($oAccount, __FUNCTION__, $this->oApiMail->Folders($oAccount));
 }