Searched refs:READ_ONLY (Results 1 – 5 of 5) sorted by relevance
73 public static final String READ_ONLY = "READ-ONLY"; field in ImapConstants
149 buffer = inStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in getDictionaryBuffer()
379 FileChannel.MapMode.READ_ONLY, in read()
401 FileChannel.MapMode.READ_ONLY, in read()
729 if (responseCode.is(ImapConstants.READ_ONLY)) { in doSelect()