|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimePart | |
|---|---|
| gnu.mail.providers | |
| gnu.mail.providers.imap | This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. |
| gnu.mail.providers.maildir |
This is a provider for Dan Bernstein's Maildir mailbox format,
used primarily by the qmail MTA, and
also by some MUAs such as mutt. |
| gnu.mail.providers.mbox |
This is a provider for the UNIX mbox mailbox file format, used
by many 3rd-party MUAs including Netscape, Mozilla, mutt, elm, and pine. |
| gnu.mail.providers.nntp | This is a provider for the Network News Transfer Protocol (NNTP), as detailed in RFC 977. |
| gnu.mail.providers.pop3 | This is a provider for the Internet Post Office Protocol, version 3 (POP3), as detailed in RFC 1939. |
| javax.mail.internet | Classes modelling Internet mail systems. |
| Uses of MimePart in gnu.mail.providers |
|---|
| Classes in gnu.mail.providers that implement MimePart | |
|---|---|
class |
gnu.mail.providers.ReadOnlyMessage
Abstract read-only message. |
| Uses of MimePart in gnu.mail.providers.imap |
|---|
| Classes in gnu.mail.providers.imap that implement MimePart | |
|---|---|
class |
IMAPBodyPart
A MIME body part of an IMAP multipart message. |
class |
IMAPMessage
The message class implementing the IMAP4 mail protocol. |
| Uses of MimePart in gnu.mail.providers.maildir |
|---|
| Classes in gnu.mail.providers.maildir that implement MimePart | |
|---|---|
class |
MaildirMessage
The message class implementing the Maildir mail protocol. |
| Uses of MimePart in gnu.mail.providers.mbox |
|---|
| Classes in gnu.mail.providers.mbox that implement MimePart | |
|---|---|
class |
MboxMessage
The message class implementing the Mbox mail protocol. |
| Uses of MimePart in gnu.mail.providers.nntp |
|---|
| Classes in gnu.mail.providers.nntp that implement MimePart | |
|---|---|
class |
NNTPMessage
A JavaMail MIME message delegate for an NNTP article. |
| Uses of MimePart in gnu.mail.providers.pop3 |
|---|
| Classes in gnu.mail.providers.pop3 that implement MimePart | |
|---|---|
class |
POP3Message
The message class implementing the POP3 mail protocol. |
| Uses of MimePart in javax.mail.internet |
|---|
| Classes in javax.mail.internet that implement MimePart | |
|---|---|
class |
MimeBodyPart
A MIME body part. |
class |
MimeMessage
A MIME mail message. |
| Fields in javax.mail.internet declared as MimePart | |
|---|---|
protected MimePart |
MimePartDataSource.part
The part. |
| Constructors in javax.mail.internet with parameters of type MimePart | |
|---|---|
MimePartDataSource(MimePart part)
Constructor with a MIME part. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||