mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Deprecate Account->Login() and Account->Password()
This commit is contained in:
parent
6af4ead706
commit
682af34d53
8 changed files with 25 additions and 29 deletions
|
|
@ -58,7 +58,7 @@ class ChangePasswordPoppassdDriver extends \MailSo\Net\NetClient
|
|||
|
||||
try
|
||||
{
|
||||
$this->sendRequestWithCheck('user', $oAccount->Login(), true);
|
||||
$this->sendRequestWithCheck('user', $oAccount->IncLogin(), true);
|
||||
$this->sendRequestWithCheck('pass', $sPrevPassword, true);
|
||||
}
|
||||
catch (\Throwable $oException)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue