Searched refs:BYE (Results 1 – 3 of 3) sorted by relevance
37 || ImapConstants.BYE.equalsIgnoreCase(symbol); in isStatusResponse()
38 public static final String BYE = "BYE"; field in ImapConstants
179 if (response.is(0, ImapConstants.BYE)) { in readResponse()