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
public class FetchResponse
extends IMAPResponse
This class represents a response obtained from the input stream
of an IMAP server.
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 |
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 |
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
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.