Rather than list it separately for each method, we mention here that every method communicating with the server and throwing an IOException can also throw a {@link org.apache.commons.net.MalformedServerReplyException}, which is a subclass of IOException. A MalformedServerReplyException will be thrown when the reply received from the server deviates enough from the protocol specification that it cannot be interpreted in a useful manner despite attempts to be as lenient as possible.
@author Daniel F. Savarese @see POP3MessageInfo @see org.apache.commons.net.io.DotTerminatedMessageReader @see org.apache.commons.net.MalformedServerReplyException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|