|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(InternetHeaders headers,
byte[] content)
Creates a MIME body part object from the given headers and byte content. |
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(java.io.InputStream is)
Creates a MIME body part from the specified input stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |