Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

R

rc - Variable in exception org.eclipse.angus.mail.smtp.SMTPAddressFailedException
 
rc - Variable in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
 
rc - Variable in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
 
rc - Variable in exception org.eclipse.angus.mail.smtp.SMTPSendFailedException
 
rcptTo() - Method in class org.eclipse.angus.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 jakarta.mail.util.SharedFileInputStream
See the general contract of the read method of InputStream.
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 org.eclipse.angus.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 org.eclipse.angus.mail.util
A Message or message Part whose data can be read as a MIME format stream.
readLine() - Method in interface jakarta.mail.util.LineInputStream
Read a line containing only ASCII characters from the input stream.
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.
readServerResponse() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
Reads server reponse returning the returnCode as the number.
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 - Static variable in class jakarta.mail.Flags.Flag
This message is recent.
recipientDSN - Variable in class org.eclipse.angus.mail.dsn.DeliveryStatus
The DSN fields for each recipient.
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
Constructor for use by subclasses.
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 org.eclipse.angus.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 org.eclipse.angus.mail.imap.ReferralException
Constructs an ReferralException with the specified URL and text.
releaseProtocol(boolean) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Release the protocol object.
releaseStoreProtocol(IMAPProtocol) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Release the store protocol 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.
remove(Rights) - Method in class org.eclipse.angus.mail.imap.Rights
Remove all rights in the given Rights object from this Rights object.
remove(Rights.Right) - Method in class org.eclipse.angus.mail.imap.Rights
Remove the specified right from this Rights object.
removeACL(String) - Method in class org.eclipse.angus.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(int) - Method in class org.eclipse.angus.mail.dsn.MultipartReport
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.
removeBodyPart(BodyPart) - Method in class org.eclipse.angus.mail.dsn.MultipartReport
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
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 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.
removeHeader(String) - Method in class org.eclipse.angus.mail.imap.IMAPMessage
 
removeHeader(String) - Method in class org.eclipse.angus.mail.pop3.POP3Message
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.
removeRights(ACL) - Method in class org.eclipse.angus.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.
RENAMED - Static variable in class jakarta.mail.event.FolderEvent
The folder was renamed.
renameTo(Folder) - Method in class jakarta.mail.Folder
Rename this Folder.
renameTo(Folder) - Method in class org.eclipse.angus.mail.imap.IMAPFolder
Rename this folder.
renameTo(Folder) - Method in class org.eclipse.angus.mail.pop3.POP3Folder
Always throws MethodNotSupportedException because the POP3 protocol doesn't support multiple folders.
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.
Report - Class in org.eclipse.angus.mail.dsn
An abstract report type, to be included in a MultipartReport.
Report(String) - Constructor for class org.eclipse.angus.mail.dsn.Report
Construct a report of the indicated MIME subtype.
reportError(String, Exception, int) - Method in class org.eclipse.angus.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 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 - Static variable in class org.eclipse.angus.mail.imap.IMAPStore
A special event type for a StoreEvent to indicate an IMAP response, if the mail.imap.enableimapevents property is set.
ResyncData - Class in org.eclipse.angus.mail.imap
Resynchronization data as defined by the QRESYNC extension (RFC 5162).
ResyncData(long, long) - Constructor for class org.eclipse.angus.mail.imap.ResyncData
Used to report on changes since the specified modseq.
ResyncData(long, long, long[]) - Constructor for class org.eclipse.angus.mail.imap.ResyncData
Used to limit the reported message changes to those with the specified UIDs.
ResyncData(long, long, long, long) - Constructor for class org.eclipse.angus.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 org.eclipse.angus.mail.smtp.SMTPMessage
Return full message with delivery status notification
RETURN_HDRS - Static variable in class org.eclipse.angus.mail.smtp.SMTPMessage
Return only message headers with delivery status notification
REVERSE - Static variable in class org.eclipse.angus.mail.imap.SortTerm
Reverse the sort order of the following item.
RFC822 - Static variable in class jakarta.mail.internet.HeaderTokenizer
RFC822 specials
Rights - Class in org.eclipse.angus.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 org.eclipse.angus.mail.imap.Rights
Construct an empty Rights object.
Rights(String) - Constructor for class org.eclipse.angus.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights(Rights) - Constructor for class org.eclipse.angus.mail.imap.Rights
Construct a Rights object initialized with the given rights.
Rights(Rights.Right) - Constructor for class org.eclipse.angus.mail.imap.Rights
Construct a Rights object initialized with the given right.
Rights.Right - Class in org.eclipse.angus.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 and Interfaces|All Packages|Constant Field Values|Serialized Form