mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Remove LOGIN parameter (login, ownCloud, sso) (Security fix)
Code refactoring
This commit is contained in:
parent
cd448ffe91
commit
5d84af4458
22 changed files with 393 additions and 488 deletions
|
|
@ -209,7 +209,6 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
{
|
||||
if ($this->oLogger)
|
||||
{
|
||||
$this->oLogger->AddSecret($this->EscapeString($sLogin));
|
||||
$this->oLogger->AddSecret($this->EscapeString($sPassword));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue