Searched refs:AUTH_DIGEST_MD5 (Results 1 – 2 of 2) sorted by relevance
137 public static final String AUTH_DIGEST_MD5 = "DIGEST-MD5"; field in ImapConstants
242 executeSimpleCommand(ImapConstants.AUTHENTICATE + " " + ImapConstants.AUTH_DIGEST_MD5); in doDigestMd5Auth()