From a578154ddad6384aed916c9653628552eab405ac Mon Sep 17 00:00:00 2001
From: Steven Ngesera <muhngesteven@gmail.com>
Date: Tue, 4 Jun 2024 16:01:42 +0200
Subject: [PATCH] resolve Creation of dynamic property Hm_IMAP::$ banner is
 deprecated

---
 modules/imap/hm-imap.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/imap/hm-imap.php b/modules/imap/hm-imap.php
index 9b4ffda3c0..cb7329ab3e 100644
--- a/modules/imap/hm-imap.php
+++ b/modules/imap/hm-imap.php
@@ -142,6 +142,8 @@ class Hm_IMAP extends Hm_IMAP_Cache {
         public $con_error_msg = '';
         public $con_error_num = 0;
 
+        public $banner = '';
+
         /* holds information about the currently selected mailbox */
         public $selected_mailbox = false;