Small fixes

This commit is contained in:
RainLoop Team 2014-07-23 19:05:16 +04:00
parent b68a56cf6b
commit 5a762f5066
8 changed files with 61 additions and 20 deletions

View file

@ -1594,7 +1594,7 @@ class ImapClient extends \MailSo\Net\NetClient
$aResult = $aParams;
if (\is_array($aResult) && 2 === count($aResult))
{
$aResult[1] = '"*******"';
$aResult[1] = '"********"';
}
break;
}