Searched refs:AUTHENTICATE (Results 1 – 4 of 4) sorted by relevance
35 public static final String AUTHENTICATE = "AUTHENTICATE"; field in ImapConstants
34 public static final String AUTHENTICATE = "AUTHENTICATE"; field in ImapConstants
242 executeSimpleCommand(ImapConstants.AUTHENTICATE + " " + ImapConstants.AUTH_DIGEST_MD5); in doDigestMd5Auth()
116 mLoginPhrase = ImapConstants.AUTHENTICATE + " " + ImapConstants.XOAUTH2 + " " + in getLoginPhrase()