* org.apache.james.imap.api.process.ImapSession)
*/
protected ImapMessage decode(ImapCommand command, ImapRequestLineReader request, String tag, ImapSession session) throws DecodingException {
String algorithm = request.atom();
request.eol();
return new CompressRequest(tag, command, algorithm);
}