PHP » PYTHON |
login |
register |
about
|
PYTHON imap_getacl
is this article helpful?
|
Python replacement for PHP's imap_getacl
[
edit
| history
]
imapobj.getacl(mailbox) imap_getacl(PHP 5) imap_getacl — Gets the ACL for a given mailbox Description
array imap_getacl
( resource $imap_stream
, string $mailbox
)
Gets the ACL for a given mailbox. Parameters
Return ValuesReturns an associative array of "folder" => "acl" pairs. Examples
Example #1 imap_getacl() example
<?php The above example will output something similar to: Array ( [asubfolder] => lrswipcda [anothersubfolder] => lrswipcda )
NotesThis function is currently only available to users of the c-client2000 or greater library. |
more
Recently updated
more
Most requested
more
Last requests
|