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_stream
An IMAP stream returned by imap_open().
quota_root
The mailbox to have a quota set. This should follow the IMAP standard format for a mailbox: user.name.
quota_limit
The 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 |