mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added Mailjet recognition
This commit is contained in:
@@ -1692,6 +1692,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(salesforce))
|
||||
return "salesforce";
|
||||
|
||||
String mailjet = imessage.getHeader("X-MJ-Mid", null);
|
||||
if (!TextUtils.isEmpty(mailjet))
|
||||
return "mailjet";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user