mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added infrastructure iContact
This commit is contained in:
@@ -1748,6 +1748,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(zoho))
|
||||
return "zoho";
|
||||
|
||||
String icontact = imessage.getHeader("X-SFMC-Stack", null);
|
||||
if (!TextUtils.isEmpty(icontact))
|
||||
return "icontact";
|
||||
|
||||
String xmailer = imessage.getHeader("X-Mailer", null);
|
||||
if (!TextUtils.isEmpty(xmailer)) {
|
||||
if (xmailer.contains("iPhone Mail"))
|
||||
|
||||
Reference in New Issue
Block a user