Uses of Interface javax.mail.Part

Uses in package gnu.mail.providers.pop3

Classes implementing javax.mail.Part

class
The message class implementing the POP3 mail protocol.

Uses in package javax.mail.internet

Classes implementing javax.mail.Part

class
This class represents a MIME body part.
class
This class represents a MIME style email message.

Uses in package gnu.mail.providers.mbox

Classes implementing javax.mail.Part

class
The message class implementing the Mbox mail protocol.

Uses in package javax.mail

Classes implementing javax.mail.Part

class
This class models a Part that is contained within a Multipart.
class
This class models an email message.

Constructors with parameter type javax.mail.Part

Create a MessageContext object describing the context of the given Part.

Fields of type javax.mail.Part

Part
The Part containing this Multipart, if known.

Methods with parameter type javax.mail.Part

void
Set the parent of this Multipart to be the specified Part.

Methods with return type javax.mail.Part

Part
Return the Part that contains this Multipart object, or null if not known.
Part
Return the Part that contains the content.

Uses in package gnu.mail.providers.maildir

Classes implementing javax.mail.Part

class
The message class implementing the Maildir mail protocol.

Uses in package gnu.mail.providers.nntp

Classes implementing javax.mail.Part

class
A JavaMail MIME message delegate for an NNTP article.

Uses in package gnu.mail.providers.imap

Classes implementing javax.mail.Part

class
A MIME body part of an IMAP multipart message.
class
The message class implementing the IMAP4 mail protocol.

Constructors with parameter type javax.mail.Part

IMAPMultipart.IMAPMultipart(IMAPMessage message, Part parent, String subtype)
Called by the IMAPMessage.

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