|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ACL 的软件包 | |
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| com.sun.mail.imap.protocol | |
| com.sun.mail.imap 中 ACL 的使用 |
|---|
| 返回 ACL 的 com.sun.mail.imap 中的方法 | |
|---|---|
ACL[] |
IMAPFolder.getACL()
Get the access control list entries for this folder. |
| 参数类型为 ACL 的 com.sun.mail.imap 中的方法 | |
|---|---|
void |
IMAPFolder.addACL(ACL acl)
Add an access control list entry to the access control list for this folder. |
void |
IMAPFolder.addRights(ACL acl)
Add the rights specified in the ACL to the entry for the identifier specified in the ACL. |
void |
IMAPFolder.removeRights(ACL acl)
Remove the rights specified in the ACL from the entry for the identifier specified in the ACL. |
| com.sun.mail.imap.protocol 中 ACL 的使用 |
|---|
| 返回 ACL 的 com.sun.mail.imap.protocol 中的方法 | |
|---|---|
ACL[] |
IMAPProtocol.getACL(String mbox)
GETACL Command. |
| 参数类型为 ACL 的 com.sun.mail.imap.protocol 中的方法 | |
|---|---|
void |
IMAPProtocol.setACL(String mbox,
char modifier,
ACL acl)
SETACL Command. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||