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

R

rc - Variable in exception com.sun.mail.smtp.SMTPAddressFailedException
 
rc - Variable in exception com.sun.mail.smtp.SMTPAddressSucceededException
 
rc - Variable in exception com.sun.mail.smtp.SMTPSenderFailedException
 
rc - Variable in exception com.sun.mail.smtp.SMTPSendFailedException
 
rcptTo() - Method in class com.sun.mail.smtp.SMTPTransport
Sends each address to the SMTP host using the RCPT TO: command and copies the address either into the validSentAddr or invalidAddr arrays.
read() - Method in class com.sun.mail.imap.IMAPInputStream
Reads the next byte of data from this buffered input stream.
read() - Method in class com.sun.mail.util.BASE64DecoderStream
Read the next decoded byte from this input stream.
read() - Method in class com.sun.mail.util.QDecoderStream
Read the next decoded byte from this input stream.
read() - Method in class com.sun.mail.util.QPDecoderStream
Read the next decoded byte from this input stream.
read() - Method in class com.sun.mail.util.TraceInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.sun.mail.util.UUDecoderStream
Read the next decoded byte from this input stream.
read() - Method in class jakarta.mail.util.SharedFileInputStream
See the general contract of the read method of InputStream.
read(byte[]) - Method in class com.sun.mail.imap.IMAPInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.sun.mail.imap.IMAPInputStream
Reads up to len bytes of data from this input stream into the given buffer.
read(byte[], int, int) - Method in class com.sun.mail.util.BASE64DecoderStream
Reads up to len decoded bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.sun.mail.util.QPDecoderStream
Reads up to len decoded bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.sun.mail.util.TraceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.sun.mail.util.UUDecoderStream
 
read(byte[], int, int) - Method in class jakarta.mail.util.SharedFileInputStream
Reads bytes from this stream into the specified byte array, starting at the given offset.
READ - Static variable in class com.sun.mail.imap.Rights.Right
Read - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox
READ_ONLY - Static variable in class jakarta.mail.Folder
The Folder is read only.
READ_WRITE - Static variable in class jakarta.mail.Folder
The state and contents of this folder can be modified.
ReadableMime - Interface in com.sun.mail.util
A Message or message Part whose data can be read as a MIME format stream.
readAtom() - Method in class com.sun.mail.iap.Response
Extract an ATOM, starting at the current position.
readAtomString() - Method in class com.sun.mail.iap.Response
Extract an ASTRING, starting at the current position and return as a String.
readAtomStringList() - Method in class com.sun.mail.iap.Response
 
readByte() - Method in class com.sun.mail.iap.Response
Return the next byte from this Statement.
readByteArray() - Method in class com.sun.mail.iap.Response
Extract a NSTRING, starting at the current position.
readBytes() - Method in class com.sun.mail.iap.Response
Extract a NSTRING, starting at the current position.
readIdleResponse() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
While an IDLE command is in progress, read a response sent from the server.
readLine() - Method in class com.sun.mail.util.LineInputStream
Read a line containing only ASCII characters from the input stream.
readLine() - Method in interface jakarta.mail.util.LineInputStream
Read a line containing only ASCII characters from the input stream.
readLong() - Method in class com.sun.mail.iap.Response
Extract a long number, starting at the current position.
readNumber() - Method in class com.sun.mail.iap.Response
Extract an integer, starting at the current position.
ReadOnlyFolderException - Exception in jakarta.mail
This exception is thrown when an attempt is made to open a folder read-write access when the folder is marked read-only.
ReadOnlyFolderException(Folder) - Constructor for exception jakarta.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified folder and no detail message.
ReadOnlyFolderException(Folder, String) - Constructor for exception jakarta.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message.
ReadOnlyFolderException(Folder, String, Exception) - Constructor for exception jakarta.mail.ReadOnlyFolderException
Constructs a ReadOnlyFolderException with the specified detail message and embedded exception.
readResolve() - Method in class jakarta.mail.internet.MimeMessage.RecipientType
 
readResolve() - Method in class jakarta.mail.Message.RecipientType
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class.
readResponse() - Method in class com.sun.mail.iap.Protocol
 
readResponse() - Method in class com.sun.mail.iap.ResponseInputStream
Read a Response from the InputStream.
readResponse() - Method in class com.sun.mail.imap.protocol.IMAPProtocol
Read a response from the server.
readResponse(ByteArray) - Method in class com.sun.mail.iap.ResponseInputStream
Read a Response from the InputStream.
readServerResponse() - Method in class com.sun.mail.smtp.SMTPTransport
Reads server reponse returning the returnCode as the number.
readSimpleList() - Method in class com.sun.mail.imap.protocol.IMAPResponse
Read a list of space-separated "flag-extension" sequences and return the list as a array of Strings.
readString() - Method in class com.sun.mail.iap.Response
Extract a NSTRING, starting at the current position.
readString(char) - Method in class com.sun.mail.iap.Response
Read a string as an arbitrary sequence of characters, stopping at the delimiter Used to read part of a response code inside [].
readStringList() - Method in class com.sun.mail.iap.Response
 
receiveddate(DateTerm) - Method in class com.sun.mail.imap.protocol.SearchSequence
 
ReceivedDateTerm - Class in jakarta.mail.search
This class implements comparisons for the Message Received date
ReceivedDateTerm(int, Date) - Constructor for class jakarta.mail.search.ReceivedDateTerm
Constructor.
recent - Variable in class com.sun.mail.imap.protocol.MailboxInfo
The number of recent messages.
recent - Variable in class com.sun.mail.imap.protocol.Status
 
RECENT - Static variable in class jakarta.mail.Flags.Flag
This message is recent.
recipient(Message.RecipientType, String, String) - Method in class com.sun.mail.imap.protocol.SearchSequence
 
RecipientStringTerm - Class in jakarta.mail.search
This class implements string comparisons for the Recipient Address headers.
RecipientStringTerm(Message.RecipientType, String) - Constructor for class jakarta.mail.search.RecipientStringTerm
Constructor.
RecipientTerm - Class in jakarta.mail.search
This class implements comparisons for the Recipient Address headers.
RecipientTerm(Message.RecipientType, Address) - Constructor for class jakarta.mail.search.RecipientTerm
Constructor.
RecipientType(String) - Constructor for class jakarta.mail.internet.MimeMessage.RecipientType
 
RecipientType(String) - Constructor for class jakarta.mail.Message.RecipientType
Constructor for use by subclasses.
ref - Variable in exception jakarta.mail.internet.AddressException
The string being parsed.
ReferralException - Exception in com.sun.mail.imap
A special kind of AuthenticationFailedException that indicates that the reason for the failure was an IMAP REFERRAL in the response code.
ReferralException(String, String) - Constructor for exception com.sun.mail.imap.ReferralException
Constructs an ReferralException with the specified URL and text.
releaseProtocol(boolean) - Method in class com.sun.mail.imap.IMAPFolder
Release the protocol object.
releaseStoreProtocol(IMAPProtocol) - Method in class com.sun.mail.imap.IMAPFolder
Release the store protocol object.
remove(Rights) - Method in class com.sun.mail.imap.Rights
Remove all rights in the given Rights object from this Rights object.
remove(Rights.Right) - Method in class com.sun.mail.imap.Rights
Remove the specified right from this Rights object.
remove(Flags) - Method in class jakarta.mail.Flags
Remove all flags in the given Flags object from this Flags object.
remove(Flags.Flag) - Method in class jakarta.mail.Flags
Remove the specified system flag from this Flags object.
remove(String) - Method in class jakarta.mail.Flags
Remove the specified user flag from this Flags object.
remove(String) - Method in class jakarta.mail.internet.ParameterList
Removes the specified parameter from this ParameterList.
removeACL(String) - Method in class com.sun.mail.imap.IMAPFolder
Remove any access control list entry for the given identifier from the access control list for this folder.
removeBodyPart(int) - Method in class jakarta.mail.internet.MimeMultipart
Remove the part at specified location (starting from 0).
removeBodyPart(int) - Method in class jakarta.mail.Multipart
Remove the part at specified location (starting from 0).
removeBodyPart(BodyPart) - Method in class jakarta.mail.internet.MimeMultipart
Remove the specified part from the multipart message.
removeBodyPart(BodyPart) - Method in class jakarta.mail.Multipart
Remove the specified part from the multipart message.
removeConnectionListener(ConnectionListener) - Method in class jakarta.mail.Folder
Remove a Connection event listener.
removeConnectionListener(ConnectionListener) - Method in class jakarta.mail.Service
Remove a Connection event listener.
removed - Variable in class jakarta.mail.event.MessageCountEvent
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this.
REMOVED - Static variable in class jakarta.mail.event.MessageCountEvent
The messages were removed from their folder
removeExpungedMessages() - Method in class com.sun.mail.imap.MessageCache
Remove all the expunged messages from the array, returning a list of removed message objects.
removeExpungedMessages(Message[]) - Method in class com.sun.mail.imap.MessageCache
Remove expunged messages in msgs from the array, returning a list of removed message objects.
removeFolderListener(FolderListener) - Method in class jakarta.mail.Folder
Remove a Folder event listener.
removeFolderListener(FolderListener) - Method in class jakarta.mail.Store
Remove a listener for Folder events.
removeHeader(String) - Method in class com.sun.mail.imap.IMAPBodyPart
 
removeHeader(String) - Method in class com.sun.mail.imap.IMAPMessage
 
removeHeader(String) - Method in class com.sun.mail.pop3.POP3Message
Remove all headers with this name.
removeHeader(String) - Method in class jakarta.mail.internet.InternetHeaders
Remove all header entries that match the given name
removeHeader(String) - Method in class jakarta.mail.internet.MimeBodyPart
Remove all headers with this name.
removeHeader(String) - Method in class jakarta.mail.internet.MimeMessage
Remove all headers with this name.
removeHeader(String) - Method in interface jakarta.mail.Part
Remove all headers with this name.
removeMessageChangedListener(MessageChangedListener) - Method in class jakarta.mail.Folder
Remove a MessageChanged listener.
removeMessageCountListener(MessageCountListener) - Method in class jakarta.mail.Folder
Remove a MessageCount listener.
removeResponseHandler(ResponseHandler) - Method in class com.sun.mail.iap.Protocol
Removed the specified response handler.
removeRights(ACL) - Method in class com.sun.mail.imap.IMAPFolder
Remove the rights specified in the ACL from the entry for the identifier specified in the ACL.
removeStoreListener(StoreListener) - Method in class jakarta.mail.Store
Remove a listener for Store events.
removeTransportListener(TransportListener) - Method in class jakarta.mail.Transport
Remove a listener for Transport events.
rename(String, String) - Method in class com.sun.mail.imap.protocol.IMAPProtocol
RENAME Command.
RENAMED - Static variable in class jakarta.mail.event.FolderEvent
The folder was renamed.
renameTo(Folder) - Method in class com.sun.mail.imap.DefaultFolder
 
renameTo(Folder) - Method in class com.sun.mail.imap.IMAPFolder
Rename this folder.
renameTo(Folder) - Method in class com.sun.mail.pop3.DefaultFolder
 
renameTo(Folder) - Method in class com.sun.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support multiple folders.
renameTo(Folder) - Method in class jakarta.mail.Folder
Rename this Folder.
reply(boolean) - Method in class jakarta.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
reply(boolean) - Method in class jakarta.mail.Message
Get a new Message suitable for a reply to this message.
reply(boolean, boolean) - Method in class jakarta.mail.internet.MimeMessage
Get a new Message suitable for a reply to this message.
replyTo - Variable in class com.sun.mail.imap.protocol.ENVELOPE
 
reportError(String, Exception, int) - Method in class com.sun.mail.util.logging.MailHandler
Protected convenience method to report an error to this Handler's ErrorManager.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Method in class jakarta.mail.Session
Call back to the application to get the needed user name and password.
reset() - Method in class com.sun.mail.iap.Response
Reset pointer to beginning of response.
reset() - Method in class jakarta.mail.util.SharedFileInputStream
See the general contract of the reset method of InputStream.
Resource(String, long, long) - Constructor for class jakarta.mail.Quota.Resource
Construct a Resource object with the given name, usage, and limit.
resources - Variable in class jakarta.mail.Quota
The set of resources associated with this quota root.
response - Variable in exception com.sun.mail.iap.ProtocolException
 
Response - Class in com.sun.mail.iap
This class represents a response obtained from the input stream of an IMAP server.
Response(Protocol) - Constructor for class com.sun.mail.iap.Response
Read a new Response from the given Protocol
Response(Response) - Constructor for class com.sun.mail.iap.Response
Copy constructor.
Response(String) - Constructor for class com.sun.mail.iap.Response
 
Response(String, boolean) - Constructor for class com.sun.mail.iap.Response
Constructor for testing.
RESPONSE - Static variable in class com.sun.mail.imap.IMAPStore
A special event type for a StoreEvent to indicate an IMAP response, if the mail.imap.enableimapevents property is set.
ResponseHandler - Interface in com.sun.mail.iap
This class
ResponseInputStream - Class in com.sun.mail.iap
Inputstream that is used to read a Response.
ResponseInputStream(InputStream) - Constructor for class com.sun.mail.iap.ResponseInputStream
Constructor.
responses - Variable in class com.sun.mail.imap.protocol.MailboxInfo
VANISHED or FETCH responses received while opening the mailbox.
resumeTracing() - Method in class com.sun.mail.iap.Protocol
Resume protocol tracing, if it was enabled to begin with.
ResyncData - Class in com.sun.mail.imap
Resynchronization data as defined by the QRESYNC extension (RFC 5162).
ResyncData(long, long) - Constructor for class com.sun.mail.imap.ResyncData
Used to report on changes since the specified modseq.
ResyncData(long, long, long[]) - Constructor for class com.sun.mail.imap.ResyncData
Used to limit the reported message changes to those with the specified UIDs.
ResyncData(long, long, long, long) - Constructor for class com.sun.mail.imap.ResyncData
Used to limit the reported message changes to those with UIDs in the specified range.
retainAll(Flags) - Method in class jakarta.mail.Flags
Remove any flags not in the given Flags object.
RETURN_FULL - Static variable in class com.sun.mail.smtp.SMTPMessage
Return full message with delivery status notification
RETURN_HDRS - Static variable in class com.sun.mail.smtp.SMTPMessage
Return only message headers with delivery status notification
REVERSE - Static variable in class com.sun.mail.imap.SortTerm
Reverse the sort order of the following item.
RFC822 - Static variable in class jakarta.mail.internet.HeaderTokenizer
RFC822 specials
RFC822DATA - Class in com.sun.mail.imap.protocol
The RFC822 response data item.
RFC822DATA(FetchResponse) - Constructor for class com.sun.mail.imap.protocol.RFC822DATA
Constructor, header flag is false.
RFC822DATA(FetchResponse, boolean) - Constructor for class com.sun.mail.imap.protocol.RFC822DATA
Constructor, specifying header flag.
RFC822SIZE - Class in com.sun.mail.imap.protocol
An RFC822SIZE FETCH item.
RFC822SIZE(FetchResponse) - Constructor for class com.sun.mail.imap.protocol.RFC822SIZE
Constructor.
Rights - Class in com.sun.mail.imap
The Rights class represents the set of rights for an authentication identifier (for instance, a user or a group).
Rights() - Constructor for class com.sun.mail.imap.Rights
Construct an empty Rights object.
Rights(Rights) - Constructor for class com.sun.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights(Rights.Right) - Constructor for class com.sun.mail.imap.Rights
Construct a Rights object initialized with the given right.
Rights(String) - Constructor for class com.sun.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights.Right - Class in com.sun.mail.imap
This inner class represents an individual right.
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