Searched refs:BYE (Results 1 – 7 of 7) sorted by relevance
34 || ImapConstants.BYE.equalsIgnoreCase(symbol); in isStatusResponse()
40 public static final String BYE = "BYE"; field in ImapConstants
149 if (!byeExpected && response.is(0, ImapConstants.BYE)) { in readResponse()
37 || ImapConstants.BYE.equalsIgnoreCase(symbol); in isStatusResponse()
41 public static final String BYE = "BYE"; field in ImapConstants
179 if (response.is(0, ImapConstants.BYE)) { in readResponse()
142 if (!parser.readResponse(true).is(0, ImapConstants.BYE)) { in logout()