mirror of https://github.com/M66B/FairEmail.git
Added Mailchip recognition
This commit is contained in:
parent
68b8ae4866
commit
7aeb2d31ca
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue