mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added flowmailer recognition
This commit is contained in:
@@ -1803,6 +1803,12 @@ public class MessageHelper {
|
||||
return "zoho";
|
||||
}
|
||||
|
||||
String return_path = imessage.getHeader("Return-Path", null);
|
||||
if (!TextUtils.isEmpty(return_path)) {
|
||||
if (return_path.contains("flowmailer.com"))
|
||||
return "flowmailer";
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user