Home | History | Annotate | Download | only in store

Lines Matching refs:responses

241     List<ImapResponse> responses =
243 String decodedChallenge = decodeBase64(responses.get(0).getStringOrEmpty(0).getString());
259 responses = executeContinuationResponse(encodeBase64(response), true);
264 String decodedResponseAuth = decodeBase64(responses.get(0).getStringOrEmpty(0).getString());
283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY);
287 for (ImapResponse response : responses) {
375 * Read and return all of the responses from the most recent command sent to the server
382 final List<ImapResponse> responses = new ArrayList<ImapResponse>();
386 responses.add(response);
398 return responses;