imap_renamemailboxDescriptionbool 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). 如果成功则返回 TRUE,失败则返回 FALSE。 See also imap_createmailbox(), imap_deletemailbox(), and imap_open() for the format of mbox. | ||