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