mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Small fixes
This commit is contained in:
parent
b68a56cf6b
commit
5a762f5066
8 changed files with 61 additions and 20 deletions
|
|
@ -256,7 +256,7 @@ class Pop3Client extends \MailSo\Net\NetClient
|
|||
switch ($sCommand)
|
||||
{
|
||||
case 'PASS':
|
||||
$sResult = '*******';
|
||||
$sResult = '********';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue