A C D E F G H I K L M N O P Q R S T U 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(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.
addACL(ACL) - Method in class com.sun.mail.imap.IMAPFolder
Add an access control list entry to the access control list for this folder.
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 com.sun.mail.pop3.POP3Message
Add a raw RFC822 header-line.
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.
ADMINISTER - Static variable in class com.sun.mail.imap.Rights.Right
Administer - perform SETACL.
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.

A C D E F G H I K L M N O P Q R S T U W