Searched defs:EXISTS (Results 1 – 2 of 2) sorted by relevance
46 final ImapResponse EXISTS = buildResponse(null, false, new ImapSimpleString("3"), in testIsDataResponse() local
47 public static final String EXISTS = "EXISTS"; field in ImapConstants