mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Resolve #637
This commit is contained in:
parent
07e80dd36e
commit
80579a3ed0
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ class ChangePasswordPoppassdDriver extends \MailSo\Net\NetClient
|
|||
try
|
||||
{
|
||||
$this->sendRequestWithCheck('user', $oAccount->Login(), true);
|
||||
$this->sendRequestWithCheck('pass', $sPassword, true);
|
||||
$this->sendRequestWithCheck('pass', $sPrevPassword, true);
|
||||
}
|
||||
catch (\Throwable $oException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue