| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
imap_set_quota
Popis
bool imap_set_quota ( resource imap_stream, string quota_root, int quota_limit )Sets an upper limit quota on a per mailbox basis.
Seznam parametrů
imap_streamAn IMAP stream returned by imap_open().
quota_rootThe mailbox to have a quota set. This should follow the IMAP standard format for a mailbox: user.name.
quota_limitThe maximum size (in KB) for the
quota_root
Poznámky
This 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.
| PÅ™edcházejÃcà | Domů | Dalšà |
| imap_search | Nahoru |