public class IMAPResponse extends Response
Constructor and Description |
---|
IMAPResponse(IMAPResponse r)
Copy constructor.
|
IMAPResponse(Protocol c) |
IMAPResponse(java.lang.String r)
For testing.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
int |
getNumber() |
boolean |
keyEquals(java.lang.String k) |
java.lang.String[] |
readSimpleList()
Read a list of space-separated "flag_extension" sequences and
return the list as a array of Strings.
|
byeResponse, getRest, getTag, getType, isBAD, isBYE, isContinuation, isNO, isOK, isSynthetic, isTagged, isUnTagged, peekByte, readAtom, readAtom, readAtomString, readAtomStringList, readByte, readByteArray, readBytes, readLong, readNumber, readString, readString, readStringList, reset, skip, skipSpaces, skipToken, toString
public IMAPResponse(Protocol c) throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
public IMAPResponse(IMAPResponse r)
public IMAPResponse(java.lang.String r) throws java.io.IOException, ProtocolException
java.io.IOException
ProtocolException
public java.lang.String[] readSimpleList()
public java.lang.String getKey()
public boolean keyEquals(java.lang.String k)
public int getNumber()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"