mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Small fix
This commit is contained in:
parent
35240ecff0
commit
7d7c05737f
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ class HmailserverChangePasswordDriver implements \RainLoop\Providers\ChangePassw
|
||||||
$oHmailApp = new COM("hMailServer.Application");
|
$oHmailApp = new COM("hMailServer.Application");
|
||||||
$oHmailApp->Connect();
|
$oHmailApp->Connect();
|
||||||
|
|
||||||
if ($this->oBaseApp->Authenticate($this->sLogin, $this->sPassword))
|
if ($oHmailApp->Authenticate($this->sLogin, $this->sPassword))
|
||||||
{
|
{
|
||||||
$sEmail = $oHmailAccount->Email();
|
$sEmail = $oHmailAccount->Email();
|
||||||
$sDomain = \MailSo\Base\Utils::GetDomainFromEmail($sEmail);
|
$sDomain = \MailSo\Base\Utils::GetDomainFromEmail($sEmail);
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.0
|
1.1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue