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

@ -256,7 +256,7 @@ class Pop3Client extends \MailSo\Net\NetClient
switch ($sCommand)
{
case 'PASS':
$sResult = '*******';
$sResult = '********';
break;
}
}