ImapResponseComposer response = new ImapResponseComposerImpl(new ChannelImapResponseWriter(ctx.getChannel()));
ctx.setAttachment(response);
// write hello to client
response.untagged().message("OK").message(hello).end();
super.channelConnected(ctx, e);
}
@Override