mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Added Zeptomail recognition
This commit is contained in:
parent
ef2d40b072
commit
582a5cb82a
3 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
BIN
app/src/main/res/drawable/infra_zeptomail.png
Normal file
BIN
app/src/main/res/drawable/infra_zeptomail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 950 B |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue