This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.imap.protocol
class BODYSTRUCTURE

com.sun.mail.imap.protocol.BODYSTRUCTURE
All Implemented Interfaces:
Item

public class BODYSTRUCTURE
extends Object
implements Item

A BODYSTRUCTURE response.


Field Summary
 String attachment
          
 BODYSTRUCTURE[] bodies
          
 ParameterList cParams
          
 String description
          
 String disposition
          
 ParameterList dParams
          
 String encoding
          
 ENVELOPE envelope
          
 String id
          
 String[] language
          
 int lines
          
 String md5
          
 int msgno
          
 int size
          
 String subtype
          
 String type
          
 
Constructor Summary

          
 
Method Summary
 boolean

          
 boolean

          
 boolean

          
 

Field Detail

attachment

public String attachment

bodies

public BODYSTRUCTURE[] bodies

cParams

public ParameterList cParams

description

public String description

disposition

public String disposition

dParams

public ParameterList dParams

encoding

public String encoding

envelope

public ENVELOPE envelope

id

public String id

language

public String[] language

lines

public int lines

md5

public String md5

msgno

public int msgno

size

public int size

subtype

public String subtype

type

public String type
Constructor Detail

BODYSTRUCTURE

public BODYSTRUCTURE(FetchResponse r)
              throws ParsingException
Parameters:
r
Throws:
ParsingException
Method Detail

isMulti

public boolean isMulti()

isNested

public boolean isNested()

isSingle

public boolean isSingle()


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.