mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added Salesforce recognition
This commit is contained in:
@@ -1688,6 +1688,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(postmark))
|
||||
return "postmark";
|
||||
|
||||
String salesforce = imessage.getHeader("X-SFDC-User", null);
|
||||
if (!TextUtils.isEmpty(salesforce))
|
||||
return "salesforce";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user