mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Improved iContact recognition
This commit is contained in:
@@ -1805,6 +1805,8 @@ public class MessageHelper {
|
||||
|
||||
String return_path = imessage.getHeader("Return-Path", null);
|
||||
if (!TextUtils.isEmpty(return_path)) {
|
||||
if (return_path.contains("pdmailservice.com"))
|
||||
return "icontact";
|
||||
if (return_path.contains("flowmailer.com"))
|
||||
return "flowmailer";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user