Class popStatus

Class popStatus

java.lang.Object
   |
   +----popStatus

public class popStatus
extends Object
Class: popStatus

Class that holds the information returned from a pop request

This is required so that the POP class can be thread safe


Constructor Index

 o popStatus()

Method Index

 o OK()
Method: OK()

Return the completion status (+OK true or -ERR false) from the last command issued to the server.

 o Response()
Method: Response()

Return the initial status line output from a command

 o Responses()
Method: Responses()

Return the multi-line output from a command

Constructors

 o popStatus
  public popStatus()

Methods

 o Responses
  public String[] Responses()
Method: Responses()

Return the multi-line output from a command

 o Response
  public String Response()
Method: Response()

Return the initial status line output from a command

 o OK
  public boolean OK()
Method: OK()

Return the completion status (+OK true or -ERR false) from the last command issued to the server.