Frames | No Frames |
Classes implementing javax.mail.Part | |
class | A MIME body part. |
class | A MIME mail message. |
Classes implementing javax.mail.Part | |
class | The message class implementing the Mbox mail protocol. |
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 | |
Called by the IMAPMessage. |
Classes implementing javax.mail.Part | |
class | The message class implementing the POP3 mail protocol. |
Classes implementing javax.mail.Part | |
class | A JavaMail MIME message delegate for an NNTP article. |
Classes implementing javax.mail.Part | |
class | A MIME body part. |
class | An abstract mail message, consisting of headers and content. |
Constructors with parameter type javax.mail.Part | |
Creates a message context describing 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 | Sets the parent of this multipart. |
Methods with return type javax.mail.Part | |
Part | Returns the part containing this multipart, or null if
not known. |
Part | Returns the part containing the content. |
Classes implementing javax.mail.Part | |
class | The message class implementing the Maildir mail protocol. |