mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-11 23:54:15 +08:00
v1.2.11.431
This commit is contained in:
parent
c6b70fa290
commit
b10792602d
396 changed files with 383 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
1.2.10.430
|
1.2.11.431
|
|
@ -1 +0,0 @@
|
||||||
3f2545f89603ca4568c9fb341e6dffbeb86c069a
|
|
|
@ -1 +0,0 @@
|
||||||
1.2.10.430
|
|
1
rainloop/v/1.2.11.431/REVISION
Normal file
1
rainloop/v/1.2.11.431/REVISION
Normal file
|
@ -0,0 +1 @@
|
||||||
|
e398289c0e5e52aee0125dca684d24bc15fdc895
|
1
rainloop/v/1.2.11.431/VERSION
Normal file
1
rainloop/v/1.2.11.431/VERSION
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1.2.11.431
|
|
@ -196,6 +196,11 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
}
|
}
|
||||||
else if ($this->IsSupported('AUTH=PLAIN'))
|
else if ($this->IsSupported('AUTH=PLAIN'))
|
||||||
{
|
{
|
||||||
|
if ($this->oLogger)
|
||||||
|
{
|
||||||
|
$this->oLogger->AddSecret(\base64_encode("\0".$sLogin."\0".$sPassword));
|
||||||
|
}
|
||||||
|
|
||||||
$this->SendRequestWithCheck('AUTHENTICATE',
|
$this->SendRequestWithCheck('AUTHENTICATE',
|
||||||
array('PLAIN', \base64_encode("\0".$sLogin."\0".$sPassword)));
|
array('PLAIN', \base64_encode("\0".$sLogin."\0".$sPassword)));
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue