类 com.sun.mail.imap.protocol.BODY
的使用

使用 BODY 的软件包
com.sun.mail.imap.protocol   
 

com.sun.mail.imap.protocolBODY 的使用
 

返回 BODYcom.sun.mail.imap.protocol 中的方法
 BODY IMAPProtocol.fetchBody(int msgno, String section)
          Fetch given BODY section.
protected  BODY IMAPProtocol.fetchBody(int msgno, String section, boolean peek)
           
 BODY IMAPProtocol.fetchBody(int msgno, String section, int start, int size)
          Partial FETCH of given BODY section.
protected  BODY IMAPProtocol.fetchBody(int msgno, String section, int start, int size, boolean peek, ByteArray ba)
           
 BODY IMAPProtocol.fetchBody(int msgno, String section, int start, int size, ByteArray ba)
          Partial FETCH of given BODY section.
 BODY IMAPProtocol.peekBody(int msgno, String section)
          Fetch given BODY section, without marking the message as SEEN.
 BODY IMAPProtocol.peekBody(int msgno, String section, int start, int size)
          Partial FETCH of given BODY section, without setting SEEN flag.
 BODY IMAPProtocol.peekBody(int msgno, String section, int start, int size, ByteArray ba)
          Partial FETCH of given BODY section, without setting SEEN flag.
 



Copyright © 2013. All Rights Reserved.