public class ComsatInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ComsatInfo() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String mailbox
protected Map headers
protected String body
Copyright © 2017. All rights reserved.