Home | History | Annotate | Download | only in store

Lines Matching refs:statCount

938      * @param statCount the number of messages to indicate in the STAT, or -1 for broken STAT
941 private void setupOpenFolder(MockTransport mockTransport, int statCount, String capabilities) {
952 if (statCount == -1) {
955 String stat = "+OK " + Integer.toString(statCount) + " "
956 + Integer.toString(PER_MESSAGE_SIZE * statCount);