| Package | Description | 
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store. | 
| javax.mail | The JavaMailTM API
provides classes that model a mail system. | 
| javax.mail.internet | Classes specific to Internet mail systems. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IMAPBodyPartAn IMAP body part. | 
| Modifier and Type | Method and Description | 
|---|---|
| BodyPart | IMAPMultipartDataSource. getBodyPart(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| BodyPart | MultipartDataSource. getBodyPart(int index)Get the specified Part. | 
| BodyPart | Multipart. getBodyPart(int index)Get the specified Part. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Multipart. addBodyPart(BodyPart part)Adds a Part to the multipart. | 
| void | Multipart. addBodyPart(BodyPart part,
           int index)Adds a BodyPart at position  index. | 
| boolean | Multipart. removeBodyPart(BodyPart part)Remove the specified part from the multipart message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MimeBodyPartThis class represents a MIME body part. | 
| class  | PreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded. | 
| Modifier and Type | Method and Description | 
|---|---|
| BodyPart | MimeMultipart. getBodyPart(int index)Get the specified BodyPart. | 
| BodyPart | MimeMultipart. getBodyPart(String CID)Get the MimeBodyPart referred to by the given ContentID (CID). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MimeMultipart. addBodyPart(BodyPart part)Adds a Part to the multipart. | 
| void | MimeMultipart. addBodyPart(BodyPart part,
           int index)Adds a BodyPart at position  index. | 
| boolean | MimeMultipart. removeBodyPart(BodyPart part)Remove the specified part from the multipart message. | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.