super(ImapCommand.selectedStateCommand(ImapConstants.MOVE_COMMAND_NAME));
}
protected MoveRequest createRequest(ImapCommand command, String tag,
boolean useUids, IdRange[] idSet, String mailboxName) {
return new MoveRequest(command, idSet, mailboxName, useUids, tag);
}