gnu.inet.comsat

Class ComsatInfo


public class ComsatInfo
extends java.lang.Object

A comsat notification message.

Field Summary

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.

Method Summary

String
getBody()
String
getHeader(String key)
Iterator
getHeaderNames()
String
getMailbox()
protected void
setBody(String body)
protected void
setHeader(String key, String value)
protected void
setMailbox(String mailbox)

Field Details

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.

Method Details

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)