- ParameterList - Class in javax.mail.internet
-
This class holds MIME parameters (attribute-value pairs).
- ParameterList() - Constructor for class javax.mail.internet.ParameterList
-
No-arg Constructor.
- ParameterList(String) - Constructor for class javax.mail.internet.ParameterList
-
Constructor that takes a parameter-list string.
- parent - Variable in class javax.mail.BodyPart
-
The Multipart
object containing this BodyPart
,
if known.
- parent - Variable in class javax.mail.Multipart
-
The Part
containing this Multipart
,
if known.
- parse(String) - Static method in class javax.mail.internet.InternetAddress
-
Parse the given comma separated sequence of addresses into
InternetAddress objects.
- parse(String, boolean) - Static method in class javax.mail.internet.InternetAddress
-
Parse the given sequence of addresses into InternetAddress
objects.
- parse(String, ParsePosition) - Method in class javax.mail.internet.MailDateFormat
-
Parses the given date in the format specified by
RFC 2822.
- parse(InputStream) - Method in class javax.mail.internet.MimeMessage
-
Parse the InputStream setting the headers
and
content
fields appropriately.
- parse() - Method in class javax.mail.internet.MimeMultipart
-
Parse the InputStream from our DataSource, constructing the
appropriate MimeBodyParts.
- parse(String) - Static method in class javax.mail.internet.NewsAddress
-
Parse the given comma separated sequence of newsgroups into
NewsAddress objects.
- parsed - Variable in class javax.mail.internet.MimeMultipart
-
Have we parsed the data from our InputStream yet?
Defaults to true; set to false when our constructor is
given a DataSource with an InputStream that we need to
parse.
- ParseException - Exception in javax.mail.internet
-
The exception thrown due to an error in parsing RFC822
or MIME headers, including multipart bodies.
- ParseException() - Constructor for exception javax.mail.internet.ParseException
-
Constructs a ParseException with no detail message.
- ParseException(String) - Constructor for exception javax.mail.internet.ParseException
-
Constructs a ParseException with the specified detail message.
- parseHeader(String, boolean) - Static method in class javax.mail.internet.InternetAddress
-
Parse the given sequence of addresses into InternetAddress
objects.
- parseString(String) - Method in class javax.mail.URLName
-
Method which does all of the work of parsing the string.
- part - Variable in class javax.mail.internet.MimePartDataSource
-
The MimePart that provides the data for this DataSource.
- Part - Interface in javax.mail
-
The Part
interface is the common base interface for
Messages and BodyParts.
- parts - Variable in class javax.mail.Multipart
-
Vector of BodyPart objects.
- password - Variable in class com.sun.mail.imap.IMAPStore
-
- PasswordAuthentication - Class in javax.mail
-
The class PasswordAuthentication is a data holder that is used by
Authenticator.
- PasswordAuthentication(String, String) - Constructor for class javax.mail.PasswordAuthentication
-
Initialize a new PasswordAuthentication
- pattern - Variable in class javax.mail.search.StringTerm
-
The pattern.
- peek() - Method in class javax.mail.internet.HeaderTokenizer
-
Peek at the next token, without actually removing the token
from the parse stream.
- permanentFlags - Variable in class com.sun.mail.imap.IMAPFolder
-
- personal - Variable in class javax.mail.internet.InternetAddress
-
The personal name.
- POP3Folder - Class in com.sun.mail.pop3
-
A POP3 Folder (can only be "INBOX").
- POP3Folder(POP3Store, String) - Constructor for class com.sun.mail.pop3.POP3Folder
-
- POP3Message - Class in com.sun.mail.pop3
-
A POP3 Message.
- POP3Message(Folder, int) - Constructor for class com.sun.mail.pop3.POP3Message
-
- POP3SSLStore - Class in com.sun.mail.pop3
-
A POP3 Message Store using SSL.
- POP3SSLStore(Session, URLName) - Constructor for class com.sun.mail.pop3.POP3SSLStore
-
- POP3Store - Class in com.sun.mail.pop3
-
A POP3 Message Store.
- POP3Store(Session, URLName) - Constructor for class com.sun.mail.pop3.POP3Store
-
- POP3Store(Session, URLName, String, boolean) - Constructor for class com.sun.mail.pop3.POP3Store
-
- pos - Variable in exception javax.mail.internet.AddressException
-
The index in the string where the error occurred, or -1 if not known.
- POST - Static variable in class com.sun.mail.imap.Rights.Right
-
Post - send mail to submission address for mailbox,
not enforced by IMAP4 itself.
- postConstruct() - Method in class com.sun.mail.util.logging.MailHandler
-
A callback method for when this object is about to be placed into
commission.
- preamble - Variable in class javax.mail.internet.MimeMultipart
-
The MIME multipart preamble text, the text that
occurs before the first boundary line.
- preDestroy() - Method in class com.sun.mail.util.logging.MailHandler
-
A callback method for when this object is about to be decommissioned.
- PreencodedMimeBodyPart - Class in javax.mail.internet
-
A MimeBodyPart that handles data that has already been encoded.
- PreencodedMimeBodyPart(String) - Constructor for class javax.mail.internet.PreencodedMimeBodyPart
-
Create a PreencodedMimeBodyPart that assumes the data is
encoded using the specified encoding.
- preLogin(IMAPProtocol) - Method in class com.sun.mail.imap.IMAPStore
-
This method is called after the connection is made and
TLS is started (if needed), but before any authentication
is attempted.
- protocol - Variable in class com.sun.mail.imap.IMAPFolder
-
- protocolConnect(String, int, String, String) - Method in class com.sun.mail.gimap.GmailStore
-
- protocolConnect(String, int, String, String) - Method in class com.sun.mail.imap.IMAPStore
-
Implementation of protocolConnect().
- protocolConnect(String, int, String, String) - Method in class com.sun.mail.pop3.POP3Store
-
- protocolConnect(String, int, String, String) - Method in class com.sun.mail.smtp.SMTPTransport
-
Performs the actual protocol-specific connection attempt.
- protocolConnect(String, int, String, String) - Method in class javax.mail.Service
-
The service implementation should override this method to
perform the actual protocol-specific connection attempt.
- Provider - Class in javax.mail
-
The Provider is a class that describes a protocol
implementation.
- Provider(Provider.Type, String, String, String, String) - Constructor for class javax.mail.Provider
-
Create a new provider of the specified type for the specified
protocol.
- Provider.Type - Class in javax.mail
-
This inner class defines the Provider type.
- proxyAuthUser - Variable in class com.sun.mail.imap.IMAPStore
-
- publish(LogRecord) - Method in class com.sun.mail.util.logging.MailHandler
-
Stores a LogRecord in the internal buffer.
- push() - Method in class com.sun.mail.util.logging.MailHandler
-
Pushes any buffered records to the email server as high importance with
urgent priority.