File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 9
9
EmailEngine can sync emails to a document store for caching and local processing.
10
10
</p >
11
11
12
+ <div class =" card border-left-danger mb-4" >
13
+ <div class =" card-body" >
14
+ <div class =" row no-gutters align-items-center" >
15
+ <div class =" col mr-2" >
16
+ <div class =" text-xs font-weight-bold text-danger text-uppercase mb-1" >Deprecation Notice
17
+ </div >
18
+ <p >The Document Store feature in EmailEngine has been deprecated. This decision was made due
19
+ to ongoing challenges in maintaining consistent synchronization between email accounts and their
20
+ mirrored content on the ElasticSearch server.</p >
21
+ <ul >
22
+ <li >The Document Store feature will not be removed from EmailEngine, and you can continue to use it
23
+ as per your current needs.</li >
24
+ <li >However, please be aware that as a deprecated feature, it will no longer receive new
25
+ updates or enhancements.</li >
26
+
27
+ </ul >
28
+ </div >
29
+ <div class =" col-auto" >
30
+ <i class =" fas fa-exclamation-circle fa-2x text-gray-300" ></i >
31
+ </div >
32
+ </div >
33
+ </div >
34
+ </div >
35
+
12
36
<ul class =" nav nav-tabs mb-4" >
13
37
<li class =" nav-item" >
14
38
<a class =" nav-link {{ #if documentStoreSettings }} active{{ /if }} " href =" /admin/config/document-store" >Settings</a >
You can’t perform that action at this time.
0 commit comments