mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Dummy EHLO
This commit is contained in:
@@ -633,6 +633,8 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
static String getDefaultEhlo() {
|
||||
if (BuildConfig.APPLICATION_ID.startsWith("eu.faircode.email"))
|
||||
return "dummy.faircode.eu";
|
||||
String[] c = BuildConfig.APPLICATION_ID.split("\\.");
|
||||
Collections.reverse(Arrays.asList(c));
|
||||
return TextUtils.join(".", c);
|
||||
|
||||
Reference in New Issue
Block a user