From 492c8824b19948866d3c4a2937c910054d53c9b6 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 16 Oct 2023 16:52:02 +0200 Subject: [PATCH] x --- include/emailinbox.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/emailinbox.php b/include/emailinbox.php index 5d09460..b6dd862 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -28,6 +28,7 @@ class Emailinbox extends Renderer { 'from' => $header->from, ]; } catch (\exception $err) { + var_dump($err->getMessage()); } } return $cleanedHeaders;