Fixing style errors.
This commit is contained in:
parent
d8ae40c647
commit
912f0a8b95
@ -763,11 +763,11 @@ class EmailCollector extends CommonObject
|
|||||||
$flags .= '/norsh';
|
$flags .= '/norsh';
|
||||||
}
|
}
|
||||||
//Used in shared mailbox from Office365
|
//Used in shared mailbox from Office365
|
||||||
if (strpos($this->login,'/') != false) {
|
if (strpos($this->login, '/') != false) {
|
||||||
$partofauth = explode ('/',$this->login);
|
$partofauth = explode('/', $this->login);
|
||||||
$flags .= '/authuser='.$partofauth[0].'/user='.$partofauth[1];
|
$flags .= '/authuser='.$partofauth[0].'/user='.$partofauth[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
$connectstringserver = '{'.$this->host.':993'.$flags.'}';
|
$connectstringserver = '{'.$this->host.':993'.$flags.'}';
|
||||||
|
|
||||||
return $connectstringserver;
|
return $connectstringserver;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user