|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.mail.Multipart
javax.mail.internet.MimeMultipart
net.suberic.crypto.MultipartEncrypted
A subclass of MimeMultipart which allows for a custom content type.
| Field Summary |
| Fields inherited from class javax.mail.internet.MimeMultipart |
ds, parsed |
| Fields inherited from class javax.mail.Multipart |
contentType, parent, parts |
| Constructor Summary | |
MultipartEncrypted(javax.mail.internet.ContentType ct)
Makes a Multipart that uses the given content type, but otherwise is exactly like a multipart/mixed. |
|
| Method Summary | |
java.lang.String |
getContentType()
Returns the content type given in the constructor. |
| Methods inherited from class javax.mail.internet.MimeMultipart |
createInternetHeaders, createMimeBodyPart, createMimeBodyPart, getBodyPart, getBodyPart, getCount, parse, setSubType, updateHeaders, writeTo |
| Methods inherited from class javax.mail.Multipart |
addBodyPart, addBodyPart, getParent, removeBodyPart, removeBodyPart, setMultipartDataSource, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultipartEncrypted(javax.mail.internet.ContentType ct)
| Method Detail |
public java.lang.String getContentType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||