Uses of Interface
javax.mail.Part
-
Packages that use Part Package Description 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 gnu.mail.providers.mbox This is a provider for the UNIXmboxmailbox 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 Classes modelling a mail system.javax.mail.internet Classes modelling Internet mail systems. -
-
Uses of Part in gnu.mail.providers
Classes in gnu.mail.providers with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Part Modifier and Type Class Description classgnu.mail.providers.ReadOnlyMessageAbstract read-only message. -
Uses of Part in gnu.mail.providers.imap
Classes in gnu.mail.providers.imap that implement Part Modifier and Type Class Description classIMAPBodyPartA MIME body part of an IMAP multipart message.classIMAPMessageThe message class implementing the IMAP4 mail protocol.Constructors in gnu.mail.providers.imap with parameters of type Part Constructor Description IMAPMultipart(IMAPMessage message, Part parent, java.lang.String subtype)Called by the IMAPMessage. -
Uses of Part in gnu.mail.providers.maildir
Classes in gnu.mail.providers.maildir that implement Part Modifier and Type Class Description classMaildirMessageThe message class implementing the Maildir mail protocol. -
Uses of Part in gnu.mail.providers.mbox
Classes in gnu.mail.providers.mbox that implement Part Modifier and Type Class Description classMboxMessageThe message class implementing the Mbox mail protocol. -
Uses of Part in gnu.mail.providers.nntp
Classes in gnu.mail.providers.nntp that implement Part Modifier and Type Class Description classNNTPMessageA JavaMail MIME message delegate for an NNTP article. -
Uses of Part in gnu.mail.providers.pop3
Classes in gnu.mail.providers.pop3 that implement Part Modifier and Type Class Description classPOP3MessageThe message class implementing the POP3 mail protocol. -
Uses of Part in javax.mail
Classes in javax.mail that implement Part Modifier and Type Class Description classBodyPartA MIME body part.classMessageAn abstract mail message, consisting of headers and content.Fields in javax.mail declared as Part Modifier and Type Field Description protected PartMultipart. parentThe part containing this multipart, if known.Methods in javax.mail that return Part Modifier and Type Method Description PartMultipart. getParent()Returns the part containing this multipart, ornullif not known.PartMessageContext. getPart()Returns the part containing the content.Methods in javax.mail with parameters of type Part Modifier and Type Method Description voidMultipart. setParent(Part part)Sets the parent of this multipart.Constructors in javax.mail with parameters of type Part Constructor Description MessageContext(Part part)Creates a message context describing the given part. -
Uses of Part in javax.mail.internet
Subinterfaces of Part in javax.mail.internet Modifier and Type Interface Description interfaceMimePartA MIME part is an Entity as defined by MIME (RFC2045, Section 2.4).Classes in javax.mail.internet that implement Part Modifier and Type Class Description classMimeBodyPartA MIME body part.classMimeMessageA MIME mail message.
-