| |
|
| org.apache.james.util.mail.MimeMultipartReport
MimeMultipartReport | public class MimeMultipartReport extends MimeMultipart (Code) | | Class MimeMultipartReport implements JavaMail support
for a MIME type of MimeMultipart with a subtype of report.
|
MimeMultipartReport | public MimeMultipartReport()(Code) | | Default constructor
|
MimeMultipartReport | public MimeMultipartReport(String subtype)(Code) | | Constructs a MimeMultipartReport of the given subtype.
Parameters: subtype - |
MimeMultipartReport | public MimeMultipartReport(DataSource aDataSource) throws MessagingException(Code) | | Constructs a MimeMultipartReport from the passed DataSource.
Parameters: aDataSource - throws: javax.mail.MessagingException - |
setContentType | protected void setContentType(ContentType aContentType)(Code) | | Sets the content type
Parameters: aContentType - |
setReportType | public void setReportType(String reportType) throws MessagingException(Code) | | Sets the type of report.
Parameters: reportType - throws: MessagingException - |
|
|
|