Searched refs:parseResponse (Results 1 – 5 of 5) sorted by relevance
137 response = parseResponse(); in readResponse()214 private ImapResponse parseResponse() throws IOException, MessagingException { in parseResponse() method in ImapResponseParser
145 return parseResponse(response); in doRequest()158 private AuthenticationResult parseResponse(HttpResponse response) throws IOException, in parseResponse() method in OAuthAuthenticator
163 response = parseResponse(); in readResponse()248 private ImapResponse parseResponse() throws IOException, MessagingException { in parseResponse() method in ImapResponseParser
87 public static final ImapResponse parseResponse(String line) { in parseResponse() method in ImapTestUtils
92 private final static ImapResponse CAPABILITY_RESPONSE = ImapTestUtils.parseResponse(303 ImapTestUtils.parseResponse("* CAPABILITY IMAP4rev1 XXX YYY Z").flatten()); in testImapIdWithVendorPolicy()