mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
With https
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user