ACL Output Object (Get-IMAP Cmdlet)

Object containing the access control rights for a specific mailbox.

Syntax

Object ACL {
   string Mailbox;
   string Rights;
   string User;
}

Remarks

This object contains the access control Rights returned by an IMAP Server for the specified Mailbox. Standard rights include:

lLookup (visible to be listed)
rRead (Can be selected, fetched, searched, and copied)
sKeep seen/unseen information across sessions
wWrite (Store flags other than SEEN and DELETED)
iInsert (Can be appended, and copied into)
pPost (Can send mail to submission address for mailbox)
cCreate (Can create new sub-mailboxes)
dDelete (Store DELETED flag, perform EXPUNGE)
aAdminister (Set access permissions)

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]