A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

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 this BodyPart, if known.
parent - Variable in class jakarta.mail.Multipart
The Part containing this Multipart, 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 and content 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.
parseCapabilities(Response) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Parse the capabilities from a CAPABILITY response or from a CAPABILITY response code attached to (e.g.) an OK response.
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.
parseInt(byte[], int, int) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed integer .
parseInt(byte[], int, int, int) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed integer in the given radix .
parseItem(FetchResponse) - Method in class org.eclipse.angus.mail.imap.protocol.FetchItem
Parse the item into some kind of object appropriate for the item.
parseLong(byte[], int, int) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed long .
parseLong(byte[], int, int, int) - Static method in class org.eclipse.angus.mail.util.ASCIIUtility
Convert the bytes within the specified range of the given byte array into a signed long in the given radix .
parseString(String) - Method in class jakarta.mail.URLName
Method which does all of the work of parsing the string.
parseUIDSets(String) - Static method in class org.eclipse.angus.mail.imap.protocol.UIDSet
Parse a string in IMAP UID range format.
ParsingException - Exception in org.eclipse.angus.mail.iap
 
ParsingException() - Constructor for exception org.eclipse.angus.mail.iap.ParsingException
Constructs an ParsingException with no detail message.
ParsingException(String) - Constructor for exception org.eclipse.angus.mail.iap.ParsingException
Constructs an ParsingException with the specified detail message.
ParsingException(Response) - Constructor for exception org.eclipse.angus.mail.iap.ParsingException
Constructs an ParsingException with the specified Response.
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() - Method 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.
peekBody(int, String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Fetch given BODY section, without marking the message as SEEN.
peekBody(int, String, int, int) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section, without setting SEEN flag.
peekBody(int, String, int, int, ByteArray) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Partial FETCH of given BODY section, without setting SEEN flag.
peekByte() - Method in class org.eclipse.angus.mail.iap.Response
 
permanentFlags - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
 
permanentFlags - Variable in class org.eclipse.angus.mail.imap.protocol.MailboxInfo
The permanent flags.
personal - Variable in class jakarta.mail.internet.InternetAddress
The personal name.
personal - Variable in class org.eclipse.angus.mail.imap.protocol.Namespaces
The personal namespaces.
pindex - Variable in class org.eclipse.angus.mail.iap.Response
 
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
 
POP3Provider - Class in org.eclipse.angus.mail.pop3
The POP3 protocol provider.
POP3Provider() - Constructor for class org.eclipse.angus.mail.pop3.POP3Provider
 
POP3SSLProvider - Class in org.eclipse.angus.mail.pop3
The POP3 SSL protocol provider.
POP3SSLProvider() - Constructor for class org.eclipse.angus.mail.pop3.POP3SSLProvider
 
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.
prefix - Variable in class org.eclipse.angus.mail.iap.Protocol
 
prefix - Variable in class org.eclipse.angus.mail.imap.protocol.Namespaces.Namespace
Prefix string for the namespace.
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.
processGreeting(Response) - Method in class org.eclipse.angus.mail.iap.Protocol
 
processGreeting(Response) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Check the greeting when first connecting; look for PREAUTH response.
processIdleResponse(Response) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
Process a response returned by readIdleResponse().
properties() - Method in annotation type jakarta.mail.MailSessionDefinition
Properties to include in the Session.
props - Variable in class org.eclipse.angus.mail.iap.Protocol
 
PropUtil - Class in org.eclipse.angus.mail.util
Utilities to make it easier to get property values.
protocol - Variable in class org.eclipse.angus.mail.imap.IMAPFolder
 
Protocol - Class in org.eclipse.angus.mail.iap
General protocol handling code for IMAP-like protocols.
Protocol(InputStream, PrintStream, Properties, boolean) - Constructor for class org.eclipse.angus.mail.iap.Protocol
Constructor for debugging.
Protocol(String, int, Properties, String, boolean, MailLogger) - Constructor for class org.eclipse.angus.mail.iap.Protocol
Constructor.
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.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.
ProtocolException - Exception in org.eclipse.angus.mail.iap
 
ProtocolException() - Constructor for exception org.eclipse.angus.mail.iap.ProtocolException
Constructs a ProtocolException with no detail message.
ProtocolException(String) - Constructor for exception org.eclipse.angus.mail.iap.ProtocolException
Constructs a ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception org.eclipse.angus.mail.iap.ProtocolException
Constructs a ProtocolException with the specified detail message and cause.
ProtocolException(Response) - Constructor for exception org.eclipse.angus.mail.iap.ProtocolException
Constructs a ProtocolException with the specified Response object.
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.
proxyauth(String) - Method in class org.eclipse.angus.mail.imap.protocol.IMAPProtocol
PROXYAUTH Command.
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages