}
}
private void check(String input, final IdRange[] idSet,
final boolean useUids, final FetchData data, final String tag) throws Exception {
ImapRequestLineReader reader = new ImapRequestStreamLineReader(
new ByteArrayInputStream(input.getBytes("US-ASCII")),
new ByteArrayOutputStream());
parser.decode(command, reader, tag, useUids, session);
}