Class com.tdac.mail.POPMailHeader
All Packages Class Hierarchy This Package Previous Next Index
Class com.tdac.mail.POPMailHeader
java.lang.Object
|
+----com.tdac.mail.MailHeader
|
+----com.tdac.mail.POPMailHeader
- public class POPMailHeader
- extends MailHeader
This class is used to parse POP mail headers. The parent class
holds the actual header data.
- Version:
- 1.0, 11/11/96
- Author:
- Timothy D. A. Cox
-
POPMailHeader()
-
-
parse(Response, int)
- Parse a particular line in a response.
-
toString()
- return a display string
POPMailHeader
public POPMailHeader()
parse
public void parse(Response rsp,
int row) throws ExceptionMailHeader
- Parse a particular line in a response. The format here is
from the response to a 'LIST' command: num size
- Parameters:
- rsp - server response containing mail headers
- row - the row to be parsed
- Overrides:
- parse in class MailHeader
toString
public String toString()
- return a display string
- Returns:
- a string representation of the message header
- Overrides:
- toString in class MailHeader
All Packages Class Hierarchy This Package Previous Next Index