| Package | Description | 
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store. | 
| javax.mail.internet | Classes specific to Internet mail systems. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IMAPBodyPartAn IMAP body part. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MimeBodyPart | MimeMultipart. createMimeBodyPart(InputStream is)Create and return a MimeBodyPart object to represent a
 body part parsed from the InputStream. | 
| protected MimeBodyPart | MimeMultipart. createMimeBodyPart(InternetHeaders headers,
                  byte[] content)Create and return a MimeBodyPart object to represent a
 body part parsed from the InputStream. | 
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.