Uses of Class
org.apache.geronimo.javamail.store.imap.ACL

Packages that use ACL
org.apache.geronimo.javamail.store.imap   
org.apache.geronimo.javamail.store.imap.connection   
 

Uses of ACL in org.apache.geronimo.javamail.store.imap
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type ACL
 void IMAPFolder.addACL(ACL acl)
          Add an entry to the access control list for this folder.
 void IMAPFolder.addRights(ACL acl)
          Add Rights to a given ACL entry.
 void IMAPFolder.removeACL(ACL acl)
          Remove an entry from the access control list for this folder.
 void IMAPFolder.removeRights(ACL acl)
          Remove ACL Rights from a folder.
 

Uses of ACL in org.apache.geronimo.javamail.store.imap.connection
 

Fields in org.apache.geronimo.javamail.store.imap.connection declared as ACL
 ACL[] IMAPACLResponse.acls
           
 

Methods in org.apache.geronimo.javamail.store.imap.connection that return ACL
 ACL[] IMAPConnection.getACLRights(String mailbox)
          Get the ACL rights assigned to a given mailbox.
 

Methods in org.apache.geronimo.javamail.store.imap.connection with parameters of type ACL
 void IMAPConnection.addACLRights(String mailbox, ACL acl)
          Add a set of ACL rights to a mailbox.
 void IMAPCommand.appendACL(ACL acl)
          Append an ACL value to a command.
 void IMAPCommand.appendACL(ACL acl, String modifier)
          Append an ACL value to a command.
 void IMAPConnection.removeACLRights(String mailbox, ACL acl)
          Remove an ACL from a given mailbox.
 void IMAPConnection.setACLRights(String mailbox, ACL acl)
          Set the ACL rights for a mailbox.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.