Searched defs:BODY (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DBODY.java48 * The BODY fetch response item.
54 public class BODY implements Item { class in inherits:Item
70 public BODY(FetchResponse r) throws ParsingException { method in class:BODY
77 "BODY parse error: missing ``['' at section start");
81 "BODY parse error: missing ``]'' at section end");

Completed in 12 milliseconds