James Server v3/POP 썸네일형 리스트형 protocols-pop3 ㅁ SMTP , POP, IMAP 중에 pop 이 그나마 만만해보여서 먼저~ @PostConstruct public void init() throws Exception { servers = createServers(log, config); for (AbstractConfigurableAsyncServer server: servers) { server.init(); } } @PostConstruct public final void init() throws Exception { if (isEnabled()) { buildSSLContext(); preInit(); executionHandler = createExecutionHander(); bind(); mbeanServer = ManagementFacto.. 더보기 이전 1 다음