Searched refs:symbol (Results 1 – 6 of 6) sorted by relevance
32 /* package */ static boolean isStatusResponse(String symbol) { in isStatusResponse() argument33 return ImapConstants.OK.equalsIgnoreCase(symbol) in isStatusResponse()34 || ImapConstants.NO.equalsIgnoreCase(symbol) in isStatusResponse()35 || ImapConstants.BAD.equalsIgnoreCase(symbol) in isStatusResponse()36 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol) in isStatusResponse()37 || ImapConstants.BYE.equalsIgnoreCase(symbol); in isStatusResponse()
16 - Layout of symbol list is changed.
662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names664 # output. The symbol name can be a fully qualified name, a word, or if the