Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
ACL
- class com.sun.mail.imap.
ACL
.
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(FetchProfile.Item)
- Method in class javax.mail.
FetchProfile
Add the given special item as one of the attributes to be prefetched.
add(Flags.Flag)
- Method in class javax.mail.
Flags
Add the specified system 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.
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(String)
- Method in class javax.mail.
Flags
Add the specified user flag to this Flags object.
add(String)
- Method in class javax.mail.
FetchProfile
Add the specified header-field to the list of attributes to be prefetched.
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 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.
Service
Add a listener for Connection events on this service.
addConnectionListener(ConnectionListener)
- Method in class javax.mail.
Folder
Add a listener for Connection events on this Folder.
ADDED
- Static variable in class javax.mail.event.
MessageCountEvent
The messages were added to their folder
addFolderListener(FolderListener)
- Method in class javax.mail.
Store
Add a listener for Folder events on any Folder object obtained from this Store.
addFolderListener(FolderListener)
- Method in class javax.mail.
Folder
Add a listener for Folder events on this Folder.
addFrom(Address[])
- Method in class javax.mail.
Message
Add these addresses to the existing "From" attribute
addFrom(Address[])
- Method in class javax.mail.internet.
MimeMessage
Add the specified addresses to the existing "From" field.
addHeader(String, String)
- Method in interface javax.mail.
Part
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.
MimeMessage
Add this value to the existing values for this header_name.
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 com.sun.mail.pop3.
POP3Message
Add this value to the existing values for this header_name.
addHeaderLine(String)
- Method in class javax.mail.internet.
InternetHeaders
Add an RFC822 header line to the header store.
addHeaderLine(String)
- Method in interface javax.mail.internet.
MimePart
Add a raw RFC822 header-line.
addHeaderLine(String)
- Method in class javax.mail.internet.
MimeMessage
Add a raw RFC 822 header-line.
addHeaderLine(String)
- Method in class javax.mail.internet.
MimeBodyPart
Add a header line to this body part
addHeaderLine(String)
- Method in class com.sun.mail.pop3.
POP3Message
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 javax.mail.
Folder
Add a listener for MessageCount events on this Folder.
addr
- Variable in class com.sun.mail.smtp.
SMTPAddressSucceededException
addr
- Variable in class com.sun.mail.smtp.
SMTPAddressFailedException
addr
- Variable in class 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.
addRecipients(Message.RecipientType, Address[])
- Method in class javax.mail.
Message
Add these recipient addresses to the existing ones of the given type.
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.
address
- Variable in class javax.mail.internet.
InternetAddress
address
- Variable in class javax.mail.search.
AddressTerm
The address.
Address
- class javax.mail.
Address
.
This abstract class models the addresses in a message.
Address()
- Constructor for class javax.mail.
Address
AddressException
- exception javax.mail.internet.
AddressException
.
The exception thrown when a wrongly formatted address is encountered.
AddressException()
- Constructor for class javax.mail.internet.
AddressException
Constructs an AddressException with no detail message.
AddressException(String)
- Constructor for class javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message.
AddressException(String, String)
- Constructor for class javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressException(String, String, int)
- Constructor for class javax.mail.internet.
AddressException
Constructs an AddressException with the specified detail message and reference info.
AddressStringTerm
- class javax.mail.search.
AddressStringTerm
.
This abstract class implements string comparisons for Message addresses.
AddressStringTerm(String)
- Constructor for class javax.mail.search.
AddressStringTerm
Constructor.
AddressTerm
- class javax.mail.search.
AddressTerm
.
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 javax.mail.search.
AndTerm
.
This class implements the logical AND operator on individual SearchTerms.
AndTerm(SearchTerm[])
- Constructor for class javax.mail.search.
AndTerm
Constructor that takes an array of SearchTerms.
AndTerm(SearchTerm, SearchTerm)
- Constructor for class javax.mail.search.
AndTerm
Constructor that takes two terms.
ANSWERED
- Static variable in class javax.mail.
Flags.Flag
This message has been answered.
appendMessages(Message[])
- Method in class javax.mail.
Folder
Append given Messages to this folder.
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.
ATOM
- Static variable in class javax.mail.internet.
HeaderTokenizer.Token
Token type indicating an ATOM.
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 javax.mail.
AuthenticationFailedException
.
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 class javax.mail.
AuthenticationFailedException
Constructor
AuthenticationFailedException(String)
- Constructor for class javax.mail.
AuthenticationFailedException
Constructor
Authenticator
- class javax.mail.
Authenticator
.
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator()
- Constructor for class javax.mail.
Authenticator
availableFlags
- Variable in class com.sun.mail.imap.
IMAPFolder
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W