mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Added Pepipost recognition
This commit is contained in:
@@ -1704,6 +1704,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(sparkpost))
|
||||
return "sparkpost";
|
||||
|
||||
String netcore = imessage.getHeader("X-FNCID", null);
|
||||
if (!TextUtils.isEmpty(netcore))
|
||||
return "netcore";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user