mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
BIMI: added selector
This commit is contained in:
@@ -77,6 +77,9 @@ public class Bimi {
|
||||
Bitmap bitmap = null;
|
||||
boolean verified = false;
|
||||
|
||||
if (TextUtils.isEmpty(selector))
|
||||
selector = "default";
|
||||
|
||||
// Get DNS record
|
||||
String txt = selector + "._bimi." + domain;
|
||||
Log.i("BIMI fetch TXT=" + txt);
|
||||
|
||||
Reference in New Issue
Block a user