Searched refs:isTagged (Results 1 – 4 of 4) sorted by relevance
38 public boolean isTagged() { in isTagged() method in ImapResponse72 return !isTagged() && getStringOrEmpty(index).is(responseType); in isDataResponse()
288 if (response.isTagged()) { in queryCapability()387 } while (!(response.isTagged() || response.isContinuationRequest())); in getCommandResponses()
419 } while (!response.isTagged()); in fetchInternal()734 } else if (response.isTagged()) { // Not OK in doSelect()
430 if (!response.isTagged()) { in getChangePinResultFromImapResponse()