diff --git a/include/emailinbox.php b/include/emailinbox.php index 05c23fc..8687466 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -29,9 +29,9 @@ class Emailinbox extends Renderer { foreach ($headers as $header) { try { $date = \DateTime::createFromFormat('D, d M Y H:i:s O', str_replace([' (CET)', ' (CEST)', ' (UTC)'], '' , $header->date)); - if (!$date) { - var_dump($header->date); - } + // if (!$date) { + // var_dump($header->date); + // } $date = $date ? $date->setTimezone(new DateTimeZone('Europe/Berlin')) : new DateTime(); $cleanedHeaders[trim($header->msgno)] = [ 'title' => $header->subject,