본문 바로가기

ignorercpt-header : Rejected mail intended for remote recipient 추후 개별 옵션 적용으로 하려면 내부 프로세스를 기억해둬야 할 듯 함. 메일 사용자가 늘면 서버가 땀흘리는게 pop, fetchmail 인데 class FetchMail implements Runnable... 을 해버리니 스케줄러 부터 재 설계가 필요 할 듯. Thread pool 개수에 따라 fetch target 정하는 것도 구현해야 하는군. 우선은 fetchmail.xml 에 정의된 내용만으로 가져오는데 대충 설정해두고 테스트를 했더니 reject ? /** * Method process attempts to deliver a fetched message. * * @see org.apache.james.fetchmail.ProcessorAbstract#process() */ public void .. 더보기
Syntaxhighlighter + Jira description 혹시나 했더니 역시나 플러그인 존재... plug-in marketplace : https://marketplace.atlassian.com/plugins/jira.plugin.syntaxhighlighter.macro.syntaxplugin document : https://bitbucket.org/hski/syntaxplugin-public/overview 더보기
[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(.. 더보기