| Modifier and Type | Field and Description |
|---|---|
protected String |
bodyEncoding |
protected DataHandler |
bodyHandler |
protected String |
bodyMimeType |
protected javax.mail.internet.InternetAddress |
from |
protected String |
subject |
protected javax.mail.internet.InternetAddress[] |
to |
| Modifier | Constructor and Description |
|---|---|
protected |
MailParams(String subject,
String body,
String bodyMimeType,
String bodyEncoding,
String from,
String to) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DataHandler |
dh(String body) |
String |
getBodyEncoding() |
DataHandler |
getBodyHandler() |
String |
getBodyMimeType() |
javax.mail.internet.InternetAddress |
getFrom() |
String |
getSubject() |
javax.mail.internet.InternetAddress[] |
getTo() |
protected final String subject
protected final DataHandler bodyHandler
protected final javax.mail.internet.InternetAddress from
protected final javax.mail.internet.InternetAddress[] to
protected final String bodyMimeType
protected final String bodyEncoding
public String getSubject()
public DataHandler getBodyHandler()
public javax.mail.internet.InternetAddress getFrom()
public javax.mail.internet.InternetAddress[] getTo()
public String getBodyMimeType()
public String getBodyEncoding()
protected abstract DataHandler dh(String body) throws Exception
ExceptionCopyright © 2016. All rights reserved.