태그 : imap 요약보기전체보기목록닫기

1

[imap]Unable to load BODYSTRUCTURE

http://java.sun.com/products/javamail/FAQ.htmlQ: I can read messages from my IMAP server with other mail clients, but even though I can connect to the server using JavaMail, when I use JavaMail to r...

[mail]IMAP과 POP3 검색 방법 비교

POP3Folder- Folder에 정의된 search 메소드를 이용- 방식 Message로부터 직접 값 비교함.IMAPFolder- search 메소드 재구현 - IMAP이 제공하는 Search를 이용- http://www.ietf.org/rfc/rfc2060.txt 의 6.4.4.  SEARCH Command 를 참조

[mail]Download the javamail source

자바메일에서 소스를 찾을 수 없어서, GlassFish 쪽에서 살짝 다운받다.https://glassfish.dev.java.net/downloads/v2ur1-b09d.html 위의 사이트에가면, Source bundle이 있는데 그 밑에 링크가 있다.http://download.java.net/javaee5/v2ur1/promoted/sou...
1

라이프로그