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