PHP » PYTHON |
login |
register |
about
|
PYTHON imap_set_quota
is this article helpful?
|
Python replacement for PHP's imap_set_quota
[
edit
| history
]
imapobj.setquota(quota_root, quota_limit) imap_set_quota(PHP 4 >= 4.0.5, PHP 5) imap_set_quota — Sets a quota for a given mailbox Description
bool imap_set_quota
( resource $imap_stream
, string $quota_root
, int $quota_limit
)
Sets an upper limit quota on a per mailbox basis. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 imap_set_quota() example
<?php
NotesThis function is currently only available to users of the c-client2000 or greater library. The given imap_stream must be opened as the mail administrator, other wise this function will fail. See Also
|
more
Recently updated
more
Most requested
|