mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added Mailchip recognition
This commit is contained in:
@@ -1680,6 +1680,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(mandrill))
|
||||
return "mandrill";
|
||||
|
||||
String mailchimp = imessage.getHeader("X-MC-User", null);
|
||||
if (!TextUtils.isEmpty(mailchimp))
|
||||
return "mailchimp";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user