LumiSoft Mail Server User API
IMAP_ACL_Flags Enumeration
Namespaces > LumiSoft.Net.IMAP > IMAP_ACL_Flags
IMAP ACL(access control list) rights.
Syntax
C#Visual BasicManaged C++
public enum IMAP_ACL_Flags
Public Enumeration IMAP_ACL_Flags
public enum class IMAP_ACL_Flags
Members
MemberDescription
None
No permissions at all.
l
Lookup (mailbox is visible to LIST/LSUB commands).
r
Read (SELECT the mailbox, perform CHECK, FETCH, PARTIAL,SEARCH, COPY from mailbox).
s
Keep seen/unseen information across sessions (STORE SEEN flag).
w
Write (STORE flags other than SEEN and DELETED).
i
Insert (perform APPEND, COPY into mailbox).
p
Post (send mail to submission address for mailbox,not enforced by IMAP4 itself).
c
Create (CREATE new sub-mailboxes in any implementation-defined hierarchy).
d
Delete (STORE DELETED flag, perform EXPUNGE).
a
Administer (perform SETACL).
All
All permissions

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)