From e7a3c031b26a3245a11bc12cd14661865665eb0f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 15 Jun 2021 10:51:48 +0200 Subject: [PATCH] fix class Api\Mail\Config not found --- api/src/Mail/Imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Mail/Imap.php b/api/src/Mail/Imap.php index f5677f1d81..8a9ddd8780 100644 --- a/api/src/Mail/Imap.php +++ b/api/src/Mail/Imap.php @@ -187,7 +187,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface 'cacheob' => new Cache(), )), ); - $config = Config::read('mail'); + $config = Api\Config::read('mail'); // fix for Dovecot private seen flags: we must NOT allow Horde to cache flags (otherwise Seen does NOT change!) if (!empty($config['disable_caching'])) {