public class FetchResponse extends IMAPResponse
Constructor and Description |
---|
FetchResponse(IMAPResponse r) |
FetchResponse(Protocol p) |
Modifier and Type | Method and Description |
---|---|
Item |
getItem(Class c) |
Item |
getItem(int index) |
static Item |
getItem(Response[] r,
int msgno,
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 IOException, ProtocolException
IOException
ProtocolException
public FetchResponse(IMAPResponse r) throws IOException, ProtocolException
IOException
ProtocolException
Copyright © 2018 JBoss by Red Hat. All rights reserved.