gnu.inet.comsat
Class ComsatInfo
java.lang.Object
gnu.inet.comsat.ComsatInfo
public class ComsatInfo
extends java.lang.Object
A comsat notification message.
protected String | body - The first few lines of the message body.
|
protected Map | headers - The message headers.
|
protected String | mailbox - The mailbox in which the new message appeared.
|
body
protected String body
The first few lines of the message body.
headers
protected Map headers
The message headers.
mailbox
protected String mailbox
The mailbox in which the new message appeared.
getBody
public String getBody()
getHeader
public String getHeader(String key)
getHeaderNames
public Iterator getHeaderNames()
getMailbox
public String getMailbox()
setBody
protected void setBody(String body)
setHeader
protected void setHeader(String key,
String value)
setMailbox
protected void setMailbox(String mailbox)