Vilma_MailboxDriver::createMailbox PHP Метод

createMailbox() абстрактный публичный Метод

Creates a new mailbox.
abstract public createMailbox ( string $user, string $domain )
$user string The name of the mailbox to create.
$domain string The name of the domain in which to create the mailbox.
    public abstract function createMailbox($user, $domain);