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