imap_renamemailbox
Opis
bool imap_renamemailbox ( resource imap_stream, string old_mbox, string new_mbox )
This function renames on old mailbox to new mailbox (see
imap_open() for the format of
mbox names).
Parametry
imap_streamStrumień IMAP zwrócony przez imap_open().
old_mboxThe old mailbox name, see imap_open() for more information
new_mboxThe new mailbox name, see imap_open() for more information