With https

This commit is contained in:
M66B
2022-01-08 18:17:26 +01:00
parent 95d4241344
commit a67b29b2cf
2 changed files with 4 additions and 2 deletions

View File

@@ -2173,8 +2173,10 @@ public class MessageHelper {
}
if ("http".equals(protocol) ||
"https".equals(protocol) ||
"httprest".equals(protocol)) {
// httprest by gmailapi.google.com
// https: Outlook
// httprest: by gmailapi.google.com
Log.i("--- http with=" + with);
return true;
}