imap_renamemailbox(3) php man page | unix.com

Man Page: imap_renamemailbox

Operating Environment: php

Section: 3

IMAP_RENAMEMAILBOX(3)							 1						     IMAP_RENAMEMAILBOX(3)

imap_renamemailbox - Rename an old mailbox to new mailbox

SYNOPSIS
bool imap_renamemailbox (resource $imap_stream, string $old_mbox, string $new_mbox)
DESCRIPTION
This function renames on old mailbox to new mailbox (see imap_open(3) for the format of $mbox names).
PARAMETERS
o $ imap_stream -An IMAP stream returned by imap_open(3). o $old_mbox - The old mailbox name, see imap_open(3) for more information o $new_mbox - The new mailbox name, see imap_open(3) for more information
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
imap_createmailbox(3), imap_deletemailbox(3). PHP Documentation Group IMAP_RENAMEMAILBOX(3)
Related Man Pages
imap_append(3) - php
imap_check(3) - php
imap_get_quotaroot(3) - php
imap_getmailboxes(3) - php
imap_list(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun