Create a new mailbox on the server, and subscribe to it.
public createMailbox ( string $name, string $parent = null ) : string | ||
$name | string | The new mailbox name. |
$parent | string | The parent mailbox, if any. @return string The new serverid for the mailbox. This is the UTF-8 name of the mailbox. @since 2.9.0 @throws Horde_ActiveSync_Exception, Horde_ActiveSync_Exception_FolderExists |
return | string |