Uses of Class javax.mail.BodyPart

Uses in package javax.mail.internet

Classes derived from javax.mail.BodyPart

class
A MIME body part.

Methods with return type javax.mail.BodyPart

BodyPart
Returns the body part identified by the given Content-ID (CID).
BodyPart
Returns the specified body part.

Uses in package gnu.mail.providers.imap

Classes derived from javax.mail.BodyPart

class
A MIME body part of an IMAP multipart message.

Methods with return type javax.mail.BodyPart

BodyPart
Returns the secified sub-part of the multipart.

Uses in package javax.mail

Methods with parameter type javax.mail.BodyPart

void
Adds a body part to this multipart.
void
Multipart.addBodyPart(BodyPart part, int index)
Inserts a body part at the specified index.
boolean
Removes the specified body part from this multipart.

Methods with return type javax.mail.BodyPart

BodyPart
Get the specified body part.
BodyPart
Returns the specified body part.

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