Searched defs:fetchBody (Results 1 - 1 of 1) sorted by relevance
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/ |
H A D | IMAPProtocol.java | 104 private ByteArray ba; // a buffer for fetchBody 1705 return fetchBody(msgno, section, true); 1716 public BODY fetchBody(int msgno, String section) method in class:IMAPProtocol 1718 return fetchBody(msgno, section, false); 1721 protected BODY fetchBody(int msgno, String section, boolean peek) method in class:IMAPProtocol 1743 return fetchBody(msgno, section, start, size, true, null); 1756 public BODY fetchBody(int msgno, String section, int start, int size) method in class:IMAPProtocol 1758 return fetchBody(msgno, section, start, size, false, null); 1774 return fetchBody(msgno, section, start, size, true, ba); 1788 public BODY fetchBody(in method in class:IMAPProtocol 1793 protected BODY fetchBody(int msgno, String section, int start, int size, method in class:IMAPProtocol [all...] |
Completed in 13 milliseconds