number = 0;
useParens = false;
} else {
parameters = responseCode.getParameters();
number = responseCode.getNumber();
useParens = responseCode.useParens();
}
composer.statusResponse(tag, command, type, code, parameters, useParens, number, text);
}
private String asString(HumanReadableText text, ImapSession session) {