본문 바로가기

James

[Maildir support for Windows] 파일명에 콜론 사용 * James Version : beta 5 * apache-james-mailbox-0.6-SNAPSHOT * Test OS : Windows 7 ㅁ 예전엔 repository 가 sql , maildir 두개 정도 였는데 현재는 5 개로 늘었네. maildir ㅁ JPA는 아직은 기본으로 테스트를 하니 오류는 없는데 maildir 을 사용하니 오류가 빡! try { FileUtils.moveFile(messageFile, newMessageFile); } catch (IOException e) { // TODO: Try copy and delete throw new MailboxException("Failure while save Message " + message + " in Mailbox " + .. 더보기
[JETM] Java™ Execution Time Measurement Library & apache james SITE : http://jetm.void.fm/ ㅁ james에 JETM 설정 /resources/jtem-monitoring.xml 에 설정되있고 단지 import 만 해주면됨. ㅁ /james-server-spring/src/main/resources/META-INF/org/apache/james/spring-server.xml 접속 : http://localhost:40000 더보기
[configration fetchmail .xml] SSL Apache James Project 를 들어가 보니 Beta5 가 나왔네요. 4년전 james m3 로 IMAP 을 개발했던 기억이 나긴하는데 구조를 보니 많이 바뀌었습니다. 아직 비지니스가 정해지지 않았으니 우선 구조 파악이나 할겸 기본 설치 후 gmail 을 fetch 하려하니 여러가지 오류가 발생하는 군요. 구글 설정을 보니... 표준 구성 관련 안내: 받는 메일(POP3) 서버 - SSL 필요: pop.gmail.com SSL 사용: 예 포트: 995 ㅁ James fetchmail.xml 기본 설정. pop.server.com 600000 pop3 INBOX ㅁ james 시작 문서에는 없는 것 같고 소스 파악을 하니 Store 란 놈이 있는데 디버깅해보니 public void process(.. 더보기