java.lang.Object | +----popStatus
Class that holds the information returned from a pop request
This is required so that the POP class can be thread safe
Return the completion status (+OK true or -ERR false) from the last command issued to the server.
Return the initial status line output from a command
Return the multi-line output from a command
public popStatus()
public String[] Responses()
Return the multi-line output from a command
public String Response()
Return the initial status line output from a command
public boolean OK()
Return the completion status (+OK true or -ERR false) from the last command issued to the server.