mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Added Mailchip recognition
This commit is contained in:
parent
68b8ae4866
commit
7aeb2d31ca
2 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
9
app/src/main/res/drawable/infra_mailchimp.xml
Normal file
9
app/src/main/res/drawable/infra_mailchimp.xml
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue