v1.2.11.431

This commit is contained in:
RainLoop Team 2013-10-08 11:48:57 +04:00
parent c6b70fa290
commit b10792602d
396 changed files with 383 additions and 3 deletions

View file

@ -1 +1 @@
1.2.10.430
1.2.11.431

View file

@ -1 +0,0 @@
3f2545f89603ca4568c9fb341e6dffbeb86c069a

View file

@ -1 +0,0 @@
1.2.10.430

View file

@ -0,0 +1 @@
e398289c0e5e52aee0125dca684d24bc15fdc895

View file

@ -0,0 +1 @@
1.2.11.431

View file

@ -196,6 +196,11 @@ class ImapClient extends \MailSo\Net\NetClient
}
else if ($this->IsSupported('AUTH=PLAIN'))
{
if ($this->oLogger)
{
$this->oLogger->AddSecret(\base64_encode("\0".$sLogin."\0".$sPassword));
}
$this->SendRequestWithCheck('AUTHENTICATE',
array('PLAIN', \base64_encode("\0".$sLogin."\0".$sPassword)));
}

Some files were not shown because too many files have changed in this diff Show more