mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
26216a88d5
commit
7ba878ef98
|
@ -295,6 +295,7 @@ public class ConnectionHelper {
|
|||
}
|
||||
|
||||
static String getAuthTokenType(String type) {
|
||||
// https://developers.google.com/gmail/imap/xoauth2-protocol
|
||||
if ("com.google".equals(type))
|
||||
return "oauth2:https://mail.google.com/";
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue