public class FetchResponse extends IMAPResponse
Constructor and Description |
---|
FetchResponse(IMAPResponse r) |
FetchResponse(Protocol p) |
Modifier and Type | Method and Description |
---|---|
Item |
getItem(java.lang.Class c) |
Item |
getItem(int index) |
static Item |
getItem(Response[] r,
int msgno,
java.lang.Class c) |
int |
getItemCount() |
getKey, getNumber, keyEquals, readResponse, readSimpleList
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
public FetchResponse(Protocol p) throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
public FetchResponse(IMAPResponse r) throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
Copyright © 2012 Sun Microsystems, Inc.. All Rights Reserved.