Horde_Kolab_Session::getImapServer PHP Method

getImapServer() public method

Return the imap server.
public getImapServer ( ) : string
return string The imap host for the current user.
    public function getImapServer();

Usage Example

Exemplo n.º 1
0
 /**
  * Return the imap server.
  *
  * @return string The imap host for the current user.
  */
 public function getImapServer()
 {
     return $this->_session->getImapServer();
 }