@Override
protected void preInit() throws Exception {
super.preInit();
POP3Protocol protocol = new POP3Protocol(getProtocolHandlerChain(), theConfigData, new ProtocolLoggerAdapter(getLogger()));
coreHandler = new BasicChannelUpstreamHandler(protocol, getEncryption());
}