Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
A
ACL
- Class in
com.sun.mail.imap
An access control list entry for a particular authentication identifier (user or group).
ACL(String)
- Constructor for class com.sun.mail.imap.
ACL
Construct an ACL entry for the given identifier and with no rights.
ACL(String, Rights)
- Constructor for class com.sun.mail.imap.
ACL
Construct an ACL entry for the given identifier with the given rights.
add(Rights.Right)
- Method in class com.sun.mail.imap.
Rights
Add the specified right to this Rights object.
add(Rights)
- Method in class com.sun.mail.imap.
Rights
Add all the rights in the given Rights object to this Rights object.
add(FetchProfile.Item)
- Method in class javax.mail.
FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(String)
- Method in class javax.mail.
FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
add(Flags.Flag)
- Method in class javax.mail.
Flags
Add the specified system flag to this Flags object.
add(String)
- Method in class javax.mail.
Flags
Add the specified user flag to this Flags object.
add(Flags)
- Method in class javax.mail.
Flags
Add all the flags in the given Flags object to this Flags object.
addACL(ACL)
- Method in class com.sun.mail.imap.
IMAPFolder
Add an access control list entry to the access control list for this folder.
addBodyPart(BodyPart)
- Method in class com.sun.mail.dsn.
MultipartReport
Adds a Part to the multipart.
addBodyPart(BodyPart, int)
- Method in class com.sun.mail.dsn.
MultipartReport
Adds a BodyPart at position
index
.
addBodyPart(BodyPart)
- Method in class javax.mail.internet.
MimeMultipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int)
- Method in class javax.mail.internet.
MimeMultipart
Adds a BodyPart at position
index
.
addBodyPart(BodyPart)
- Method in class javax.mail.
Multipart
Adds a Part to the multipart.
addBodyPart(BodyPart, int)
- Method in class javax.mail.
Multipart
Adds a BodyPart at position
index
.
addConnectionListener(ConnectionListener)
- Method in class javax.mail.
Folder
Add a listener for Connection events on this Folder.
addConnectionListener(ConnectionListener)
- Method in class javax.mail.
Service
Add a listener for Connection events on this service.
ADDED
- Static variable in class javax.mail.event.
MessageCountEvent
The messages were added to their folder
addFolderListener(FolderListener)
- Method in class javax.mail.
Folder
Add a listener for Folder events on this Folder.
addFolderListener(FolderListener)
- Method in class javax.mail.
Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFrom(Address[])
- Method in class com.sun.mail.imap.
IMAPMessage
addFrom(Address[])
- Method in class javax.mail.internet.
MimeMessage
Add the specified addresses to the existing "From" field.
addFrom(Address[])
- Method in class javax.mail.
Message
Add these addresses to the existing "From" attribute
addHeader(String, String)
- Method in class com.sun.mail.imap.
IMAPMessage
addHeader(String, String)
- Method in class com.sun.mail.pop3.
POP3Message
Add this value to the existing values for this header_name.
addHeader(String, String)
- Method in class javax.mail.internet.
InternetHeaders
Add a header with the specified name and value to the header list.
addHeader(String, String)
- Method in class javax.mail.internet.
MimeBodyPart
Add this value to the existing values for this header_name.
addHeader(String, String)
- Method in class javax.mail.internet.
MimeMessage
Add this value to the existing values for this header_name.
addHeader(String, String)
- Method in interface javax.mail.
Part
Add this value to the existing values for this header_name.
addHeaderLine(String)
- Method in class com.sun.mail.imap.
IMAPMessage
addHeaderLine(String)
- Method in class com.sun.mail.pop3.
POP3Message
Add a raw RFC822 header-line.
addHeaderLine(String)
- Method in class javax.mail.internet.
InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String)
- Method in class javax.mail.internet.
MimeBodyPart
Add a header line to this body part
addHeaderLine(String)
- Method in class javax.mail.internet.
MimeMessage
Add a raw RFC 822 header-line.
addHeaderLine(String)
- Method in interface javax.mail.internet.
MimePart
Add a raw RFC822 header-line.
addMessageChangedListener(MessageChangedListener)
- Method in class javax.mail.
Folder
Add a listener for MessageChanged events on this Folder.
addMessageCountListener(MessageCountListener)
- Method in class com.sun.mail.imap.
IMAPFolder
addMessageCountListener(MessageCountListener)
- Method in class javax.mail.
Folder
Add a listener for MessageCount events on this Folder.
addMessages(Message[])
- Method in class com.sun.mail.imap.
IMAPFolder
Append the given messages into this folder.
addProvider(Provider)
- Method in class javax.mail.
Session
Add a provider to the session.
addr
- Variable in exception com.sun.mail.smtp.
SMTPAddressFailedException
addr
- Variable in exception com.sun.mail.smtp.
SMTPAddressSucceededException
addr
- Variable in exception com.sun.mail.smtp.
SMTPSenderFailedException
addr
- Variable in exception com.sun.mail.smtp.
SMTPSendFailedException
addRecipient(Message.RecipientType, Address)
- Method in class javax.mail.
Message
Add this recipient address to the existing ones of the given type.
addRecipientDSN(InternetHeaders)
- Method in class com.sun.mail.dsn.
DeliveryStatus
Add deliver status notification information for another recipient.
addRecipients(Message.RecipientType, Address[])
- Method in class com.sun.mail.imap.
IMAPMessage
addRecipients(Message.RecipientType, Address[])
- Method in class javax.mail.internet.
MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, String)
- Method in class javax.mail.internet.
MimeMessage
Add the given addresses to the specified recipient type.
addRecipients(Message.RecipientType, Address[])
- Method in class javax.mail.
Message
Add these recipient addresses to the existing ones of the given type.
Address
- Class in
javax.mail
This abstract class models the addresses in a message.
Address()
- Constructor for class javax.mail.
Address
address
- Variable in class javax.mail.internet.
InternetAddress
address
- Variable in class javax.mail.search.
AddressTerm
The address.
AddressException
- Exception in
javax.mail.internet
The exception thrown when a wrongly formatted address is encountered.
AddressException()
- Constructor for exception javax.mail.internet.
AddressException
Constructs an AddressException with no detail message.
AddressException(String)
- Constructor for exception javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message.
AddressException(String, String)
- Constructor for exception javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressException(String, String, int)
- Constructor for exception javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressStringTerm
- Class in
javax.mail.search
This abstract class implements string comparisons for Message addresses.
AddressStringTerm(String)
- Constructor for class javax.mail.search.
AddressStringTerm
Constructor.
AddressTerm
- Class in
javax.mail.search
This class implements Message Address comparisons.
AddressTerm(Address)
- Constructor for class javax.mail.search.
AddressTerm
addRights(ACL)
- Method in class com.sun.mail.imap.
IMAPFolder
Add the rights specified in the ACL to the entry for the identifier specified in the ACL.
addStoreListener(StoreListener)
- Method in class javax.mail.
Store
Add a listener for StoreEvents on this Store.
addTransportListener(TransportListener)
- Method in class javax.mail.
Transport
Add a listener for Transport events.
ADMINISTER
- Static variable in class com.sun.mail.imap.
Rights.Right
Administer - perform SETACL.
ALERT
- Static variable in class javax.mail.event.
StoreEvent
Indicates that this message is an ALERT.
ALL
- Static variable in class javax.mail.internet.
MimeUtility
AndTerm
- Class in
javax.mail.search
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm, SearchTerm)
- Constructor for class javax.mail.search.
AndTerm
Constructor that takes two terms.
AndTerm(SearchTerm[])
- Constructor for class javax.mail.search.
AndTerm
Constructor that takes an array of SearchTerms.
ANSWERED
- Static variable in class javax.mail.
Flags.Flag
This message has been answered.
appendMessages(Message[])
- Method in class com.sun.mail.imap.
IMAPFolder
Append the given messages into this folder.
appendMessages(Message[])
- Method in class com.sun.mail.pop3.
POP3Folder
Always throws
MethodNotSupportedException
because the POP3 protocol doesn't support appending messages.
appendMessages(Message[])
- Method in class javax.mail.
Folder
Append given Messages to this folder.
appendUIDMessages(Message[])
- Method in class com.sun.mail.imap.
IMAPFolder
Append the given messages into this folder.
ARRIVAL
- Static variable in class com.sun.mail.imap.
SortTerm
Sort by message arrival date and time.
ATOM
- Static variable in class javax.mail.internet.
HeaderTokenizer.Token
Token type indicating an ATOM.
attachFile(File)
- Method in class javax.mail.internet.
MimeBodyPart
Use the specified file to provide the data for this part.
attachFile(String)
- Method in class javax.mail.internet.
MimeBodyPart
Use the specified file to provide the data for this part.
ATTACHMENT
- Static variable in interface javax.mail.
Part
This part should be presented as an attachment.
attributes
- Variable in class com.sun.mail.imap.
IMAPFolder
AuthenticationFailedException
- Exception in
javax.mail
This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
AuthenticationFailedException()
- Constructor for exception javax.mail.
AuthenticationFailedException
Constructor
AuthenticationFailedException(String)
- Constructor for exception javax.mail.
AuthenticationFailedException
Constructor
Authenticator
- Class in
javax.mail
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator()
- Constructor for class javax.mail.
Authenticator
available()
- Method in class javax.mail.util.
SharedFileInputStream
Returns the number of bytes that can be read from this input stream without blocking.
availableFlags
- Variable in class com.sun.mail.imap.
IMAPFolder
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Copyright © 2011
Oracle
. All Rights Reserved.