mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added Elastic Email recognition
This commit is contained in:
@@ -1708,6 +1708,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(netcore))
|
||||
return "netcore";
|
||||
|
||||
String elastic = imessage.getHeader("X-Msg-EID", null);
|
||||
if (!TextUtils.isEmpty(elastic))
|
||||
return "elastic";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user