Searched defs:OK (Results 1 – 4 of 4) sorted by relevance
43 final ImapResponse OK = buildResponse("tag", false, new ImapSimpleString("OK")); in testIsDataResponse() local
106 OK(7, Action.NONE, -1), enumConstant
70 public static final String OK = "OK"; field in ImapConstants