PHP : Function Reference : IMAP, POP3 and NNTP Functions : imap_getacl
info
stream_id is the stream returned from imap_open
mailbox is a mailbox name (without server name)
Example:
print_r(imap_getacl ($strea_id, 'user.joecool'));
Array
(
[asubfolder] => lrswipcda
[anothersubfolder] => lrswipcda
)
|