Uses of Class
javax.mail.internet.MimeBodyPart

Packages that use MimeBodyPart
gnu.mail.providers.imap This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. 
javax.mail.internet Classes modelling Internet mail systems. 
 

Uses of MimeBodyPart in gnu.mail.providers.imap
 

Subclasses of MimeBodyPart in gnu.mail.providers.imap
 class IMAPBodyPart
          A MIME body part of an IMAP multipart message.
 

Uses of MimeBodyPart in javax.mail.internet
 

Methods in javax.mail.internet that return MimeBodyPart
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(java.io.InputStream is)
          Creates a MIME body part from the specified input stream.
protected  MimeBodyPart MimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content)
          Creates a MIME body part object from the given headers and byte content.
 



© Copyright 2003, 2004 The Free Software Foundation, All rights reserved