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 FetchResponse

com.sun.mail.iap.Response extended by com.sun.mail.imap.protocol.IMAPResponse extended by com.sun.mail.imap.protocol.FetchResponse

public class FetchResponse
extends IMAPResponse

This class represents a response obtained from the input stream of an IMAP server.


Field Summary
 
Fields inherited from class com.sun.mail.iap.Response
BAD, buffer, BYE, CONTINUATION, index, NO, OK, pindex, size, SYNTHETIC, tag, TAGGED, TAG_MASK, type, TYPE_MASK, UNTAGGED
 
Constructor Summary

          

          
 
Method Summary
 Item

          
 Item
getItem(int index)

          
static Item
getItem(Response[] r, int msgno, Class c)

          
 int

          
 
Methods inherited from class com.sun.mail.imap.protocol.IMAPResponse
getKey, getNumber, keyEquals, readResponse, readSimpleList
 
Methods inherited from class com.sun.mail.iap.Response
byeResponse, getRest, getTag, getType, isBAD, isBYE, isContinuation, isNO, isOK, isSynthetic, isTagged, isUnTagged, peekByte, readAtom, readAtom, readAtomString, readByte, readByteArray, readBytes, readLong, readNumber, readString, readString, readStringList, reset, skip, skipSpaces, skipToken, toString
 

Constructor Detail

FetchResponse

public FetchResponse(IMAPResponse r)
              throws IOException,
                     ProtocolException
Parameters:
r
Throws:
IOException
ProtocolException

FetchResponse

public FetchResponse(Protocol p)
              throws IOException,
                     ProtocolException
Parameters:
p
Throws:
IOException
ProtocolException
Method Detail

getItem

public Item getItem(Class c)
Parameters:
c

getItem

public Item getItem(int index)
Parameters:
index

getItem

public static Item getItem(Response[] r,
                           int msgno,
                           Class c)
Parameters:
r
msgno
c

getItemCount

public int getItemCount()


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.