imap_createmailbox()
imap_createmailbox - Create a new mailboxSyntax
bool imap_createmailbox (resource $imap_stream, string $mailbox)Arguments
- imap_stream - An IMAP stream returned by imap_open().
- mailbox - The mailbox name, see imap_open() for more information. Names containing international characters should be encoded by imap_utf7_encode()
