mirror of https://github.com/M66B/FairEmail.git
Added Salesforce recognition
This commit is contained in:
parent
aa491cdb79
commit
0bc913f221
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue