Exemple #1
0
 /**
  * Takes the location and service thats trying to be connected to as its arguments.
  *
  * @param string      $serverPath
  * @param null|int    $port
  * @param null|string $service
  */
 public function init($serverPath, $port = 143, $service = 'imap')
 {
     parent::__construct($serverPath, $port, $service);
 }