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