Searched refs:executeSimpleCommand (Results 1 – 3 of 3) sorted by relevance
173 executeSimpleCommand(ImapConstants.STARTTLS); in maybeDoStartTls()187 executeSimpleCommand(getLoginPhrase(), true); in doLogin()242 executeSimpleCommand(ImapConstants.AUTHENTICATE + " " + ImapConstants.AUTH_DIGEST_MD5); in doDigestMd5Auth()283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY); in queryCapability()331 public List<ImapResponse> executeSimpleCommand(String command) in executeSimpleCommand() method in ImapConnection333 return executeSimpleCommand(command, false); in executeSimpleCommand()347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() method in ImapConnection
176 final String[] result = getSearchUids(connection.executeSimpleCommand(command)); in searchForUids()664 handleUntaggedResponses(connection.executeSimpleCommand(ImapConstants.EXPUNGE)); in expunge()696 connection.executeSimpleCommand( in setFlags()718 connection.executeSimpleCommand( in doSelect()761 connection.executeSimpleCommand( in getQuota()
419 connection.executeSimpleCommand(command, false); in closeNewUserTutorial()