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

/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DBODYSTRUCTURE.java50 * A BODYSTRUCTURE response.
56 public class BODYSTRUCTURE implements Item { class in inherits:Item
75 public BODYSTRUCTURE[] bodies; // array of BODYSTRUCTURE objects
89 public BODYSTRUCTURE(FetchResponse r) throws ParsingException { method in class:BODYSTRUCTURE
91 System.out.println("DEBUG IMAP: parsing BODYSTRUCTURE");
100 "BODYSTRUCTURE parse error: missing ``('' at start");
107 List<BODYSTRUCTURE> v = new ArrayList<BODYSTRUCTURE>(1);
110 v.add(new BODYSTRUCTURE(
[all...]

Completed in 6 milliseconds