Skip to content

Commit

Permalink
fix: use of now removed rcube->imap to storage (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpieboop authored Jan 26, 2023
1 parent 03ec919 commit 7b8b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authres_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7b8b751

Please sign in to comment.