mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Update locales
This commit is contained in:
parent
9bcb8ae02c
commit
90e41635ed
23 changed files with 3198 additions and 41 deletions
|
|
@ -188,7 +188,7 @@ class Pop3Client extends \MailSo\Net\NetClient
|
|||
{
|
||||
$this->sendRequestWithCheck('CAPA');
|
||||
|
||||
$this->aCapa = array_filter(explode("\n", $this->readMultilineResponse()), function (&$sCapa) {
|
||||
$this->aCapa = array_filter(explode("\n", $this->readMultilineResponse()), function ($sCapa) {
|
||||
return 0 < strlen(trim($sCapa));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue