Added Zeptomail recognition

This commit is contained in:
M66B 2021-11-10 20:00:41 +01:00
parent ef2d40b072
commit 582a5cb82a
3 changed files with 5 additions and 0 deletions

View File

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

View File

@ -1818,6 +1818,7 @@
<string name="infra_sendgrid" translatable="false">SendGrid</string>
<string name="infra_sendinblue" translatable="false">Sendinblue</string>
<string name="infra_sparkpost" translatable="false">Sparkpost</string>
<string name="infra_zeptomail" translatable="false">Zeptomail/Zoho</string>
<string-array name="pollIntervalNames">
<item>Always</item>