From 7b8b7514a2bc3f37723202842b03f795aa3acce7 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 26 Jan 2023 21:04:36 +0100 Subject: [PATCH] fix: use of now removed rcube->imap to storage (#60) https://github.com/roundcube/roundcubemail/commit/aac9b696b8435c34c542e47877a3644a16a6f4f2#diff-b005448018b8820fb5901c83898cf76fb305d8c132d51fb130731711062f82ab --- authres_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authres_status.php b/authres_status.php index 078964a..f022688 100755 --- a/authres_status.php +++ b/authres_status.php @@ -433,7 +433,7 @@ public function get_authentication_status($headers, $show_statuses = 0, $uid = 0 } try { - $dkimVerify = new DKIM_Verify($rcmail->imap->get_raw_body($uid)); + $dkimVerify = new DKIM_Verify($rcmail->storage->get_raw_body($uid)); $results = $dkimVerify->validate(); } catch(Exception $e) { $results = array();