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

P

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.
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 .
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.
password - Variable in class org.eclipse.angus.mail.imap.IMAPStore
 
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 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
 
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.
preDestroy() - Method in class org.eclipse.angus.mail.util.logging.MailHandler
A callback method for when this object is about to be decommissioned.
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().
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 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.
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 K L M N O P Q R S T U W X Y 
All Classes All Packages