PHP » PYTHON |
login |
register |
about
|
PYTHON imap_setacl
is this article helpful?
|
Python replacement for PHP's imap_setacl
[
edit
| history
]
imapobj.setacl(mailbox, id, rights) imap_setacl(PHP 4 >= 4.0.7, PHP 5) imap_setacl — Sets the ACL for a giving mailbox Description
bool imap_setacl
( resource $imap_stream
, string $mailbox
, string $id
, string $rights
)
Sets the ACL for a giving mailbox. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. NotesThis function is currently only available to users of the c-client2000 or greater library. |
more
Recently updated
more
Most requested
|