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
10 changed files with 9274 additions and 9321 deletions
+1 -1
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") {