Added comment

This commit is contained in:
M66B 2019-06-15 14:08:31 +02:00
parent 26216a88d5
commit 7ba878ef98
1 changed files with 1 additions and 0 deletions

View File

@ -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;