Uses of Class
javax.mail.internet.MimeBodyPart

Packages that use MimeBodyPart
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. 
 

Uses of MimeBodyPart in com.sun.mail.imap
 

Subclasses of MimeBodyPart in com.sun.mail.imap
 class IMAPBodyPart
          This class
 

Uses of MimeBodyPart in javax.mail.internet
 

Subclasses of MimeBodyPart in javax.mail.internet
 class PreencodedMimeBodyPart
          A MimeBodyPart that handles data that has already been encoded.
 

Methods in javax.mail.internet that return MimeBodyPart
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(java.io.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 © 2010 Sun Microsystems, Inc.. All Rights Reserved.