mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: i broke the DoFolderInformation() response
This commit is contained in:
parent
7188ae753e
commit
d3500e2921
1 changed files with 2 additions and 1 deletions
|
|
@ -379,7 +379,8 @@ trait Folders
|
||||||
'IsPhishing' => \in_array(\strtolower('$Phishing'), $aLowerFlags)
|
'IsPhishing' => \in_array(\strtolower('$Phishing'), $aLowerFlags)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$aInboxInformation['Flags'] = \array_values($aInboxInformation['MessageFlags']);
|
$aInboxInformation['Flags'] = \array_values($aInboxInformation['Flags']);
|
||||||
|
unset($aInboxInformation['MessageFlags']);
|
||||||
}
|
}
|
||||||
catch (\Throwable $oException)
|
catch (\Throwable $oException)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue