mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added Postmark recognition
This commit is contained in:
@@ -1684,6 +1684,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(mailchimp))
|
||||
return "mailchimp";
|
||||
|
||||
String postmark = imessage.getHeader("X-PM-Message-Id", null);
|
||||
if (!TextUtils.isEmpty(postmark))
|
||||
return "postmark";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user