From 436aceef261ef6aaa9b034ce94c181d7bad4183a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 3 Apr 2020 11:51:07 +0200 Subject: Fix URLs of embedded images Signed-off-by: Christoph Wurst --- lib/Controller/MessagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Controller/MessagesController.php') diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php index 2851e37c4..f73d78445 100755 --- a/lib/Controller/MessagesController.php +++ b/lib/Controller/MessagesController.php @@ -318,7 +318,7 @@ class MessagesController extends Controller { base64_decode($folderId), $messageId, true - )->getHtmlBody($accountId, $folderId, $messageId) + )->getHtmlBody($accountId, base64_decode($folderId), $messageId) ); // Harden the default security policy -- cgit v1.2.3