composer.statusResponse(tag, command, type, code, parameters, useParens, number, text);
}
private String asString(HumanReadableText text, ImapSession session) {
// TODO: calculate locales
return localizer.localize(text, new Locales(new ArrayList<Locale>(), null));
}