Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup

This commit is contained in:
Michael 2019-12-20 22:25:32 +00:00
commit 01205f7d41
10 changed files with 9274 additions and 9321 deletions

View file

@ -562,7 +562,7 @@ class OnePoll
}
// Decoding the header
$subject = imap_mime_header_decode($meta->subject);
$subject = imap_mime_header_decode($meta->subject ?? '');
$datarray['title'] = "";
foreach ($subject as $subpart) {
if ($subpart->charset != "default") {