IP*Works! V9

ipworks
Class ImapMailboxACLEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.ImapMailboxACLEvent
All Implemented Interfaces:
java.io.Serializable

public class ImapMailboxACLEvent
extends java.util.EventObject

Fires for each set of access control rights returned by the server

Fires for each set of access control rights returned by the server after a call to GetMailboxACL . Standard rights include:

l
Lookup (visible to be listed)
r
Read (Can be selected, fetched, searched, and copied)
s
Keep seen/unseen information across sessions
w
Write (Store flags other than SEEN and DELETED)
i
Insert (Can be appended, and copied into)
p
Post (Can send mail to submission address for mailbox)
c
Create (Can create new sub-mailboxes)
d
Delete (Store DELETED flag, perform EXPUNGE)
a
Administer (Set access permissions)

See Also:
Imap, Imap.MailboxACLEvent, Serialized Form

Field Summary
 java.lang.String mailbox
           
 java.lang.String rights
           
 java.lang.String user
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mailbox

public java.lang.String mailbox

user

public java.lang.String user

rights

public java.lang.String rights

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.